Type Alias: AutoCompleteMatchType
AutoCompleteMatchType =
"exact"
|"first-available"
Defined in: packages/component-driver-mui-v6/src/components/AutoCompleteDriver.ts:37
The match type of the autocomplete, default to 'exact' 'exact': The value must match exactly to one of the options 'first-available': The value will be set to the first available option