filterOptions
Options passed to createFilterOptions function similarly as MUI Autocomplete component.
Filter options type
| Prop | Default | Description |
ignoreCase | true | booleanShould ignore case when filtering |
ignoreAccents | true | booleanShould ignore accents when filtering |
trim | false | booleanShould trim search text |
limit | — | numberLimit of options to return |
matchFrom | any | 'start' | 'any' | 'end'Where to match search text |
stringify | getOptionLabel | (option: T) => stringFunction to convert option to string. |
Last updated on