FilteringOptions

Filtering options for the combo component.

Optional caseSensitive

Section titled "caseSensitive"

Determines whether the filtering operation should be case sensitive.

caseSensitive?: boolean

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