FilteringOptions
Filtering options for the combo component.
Properties
Section titled "Properties"Optional caseSensitive
Section titled "caseSensitive"Determines whether the filtering operation should be case sensitive.
caseSensitive?: boolean filterKey
Section titled "filterKey"The key in the data source used when filtering the list of options.
filterKey: keyof T | undefined Optional matchDiacritics
Section titled "matchDiacritics"If true, the filter distinguishes between accented letters and their base letters
matchDiacritics?: boolean