Skip to content

Commit c63840e

Browse files
committed
feat: expose filterOption to SelectPickerProps
1 parent 1fc83f5 commit c63840e

File tree

1 file changed

+1
-0
lines changed
  • src/Shared/Components/SelectPicker

1 file changed

+1
-0
lines changed

src/Shared/Components/SelectPicker/type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export type SelectPickerProps<OptionValue = number | string, IsMulti extends boo
140140
| 'formatOptionLabel'
141141
| 'onInputChange'
142142
| 'inputValue'
143+
| 'filterOption'
143144
> &
144145
Partial<
145146
Pick<

0 commit comments

Comments
 (0)