Skip to content

Commit

Permalink
add loading to SearchInput
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Nov 21, 2023
1 parent a4edd16 commit eeb2680
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/drafts/SelectPanel2/SelectPanel.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
"name": "onChange",
"type": "React.ChangeEventHandler<HTMLInputElement>",
"description": "Callback when input text changes, use this for search/filter"
},
{
"name": "loading",
"type": "boolean",
"description": "Useful for subtle loading states while fetching items asynchronously"
}
],
"passthrough": {
Expand Down

0 comments on commit eeb2680

Please sign in to comment.