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
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
* Will provide the input value of filter to the picky dropdown, so that if we have a larger list of options then we can only supply the matching options based on this value.
381
381
*/
382
-
getFilterValue: (term: string)=>any;
382
+
getFilterValue?: (term: string)=>any;
383
383
/**
384
384
* If true options will be returned when they match case, defaults to false
0 commit comments