filterOptions
Options passed to createFilterOptions
function similarly as MUI Autocomplete component.
Prop | Default | Description |
ignoreCase | true | boolean Should ignore case when filtering |
ignoreAccents | true | boolean Should ignore accents when filtering |
trim | false | boolean Should trim search text |
limit | — | number Limit of options to return |
matchFrom | any | 'start' | 'any' | 'end' Where to match search text |
stringify | getOptionLabel | (option: T) => string Function to convert option to string. |