FilteringOptions

Filtering options for the combo component.

Optional caseSensitive

Section titled "caseSensitive"

Determines whether the filtering operation should be case sensitive.

caseSensitive?: boolean

Defined in src/components/combo/types.ts:35

The key in the data source used when filtering the list of options.

filterKey: keyof T | undefined

Defined in src/components/combo/types.ts:33

Optional matchDiacritics

Section titled "matchDiacritics"

When true, the filter distinguishes between accented letters and their base letters.

matchDiacritics?: boolean

Defined in src/components/combo/types.ts:37