Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
fix(rich-select): add isLoading type props (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea committed May 18, 2022
1 parent 460ea20 commit b30e83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RichSelectField/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export type RichSelectFieldProps<
| 'id'
| 'inputId'
| 'isClearable'
| 'isLoading'
| 'isMulti'
| 'isSearchable'
| 'onBlur'
Expand Down

0 comments on commit b30e83f

Please sign in to comment.