Documentation
Form Controls
filterOptions

filterOptions

Options passed to createFilterOptions function similarly as MUI Autocomplete component.

Filter options type

PropDefaultDescription
ignoreCasetrue
boolean

Should ignore case when filtering

ignoreAccentstrue
boolean

Should ignore accents when filtering

trimfalse
boolean

Should trim search text

limit
number

Limit of options to return

matchFromany
'start' | 'any' | 'end'

Where to match search text

stringifygetOptionLabel
(option: T) => string

Function to convert option to string.getOptionLabel docs.