You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,4 +67,5 @@ And arrays of objects
67
67
| showDefaultOption | sets the select title is set as an option | Boolean | false ||
68
68
| textProp | the option's prop that is displayed as the option's text | String | text ||
69
69
| valueProp | the option's prop that is used to find the selected value | String | value |
70
+
| filterFunction | a function that can be used to do own filtering | Function (options, searchValue) => filteredOptions | lowercase string comparison |
0 commit comments