Autocomplete
Autocomplete inputs are used to provide suggestions while users type.
- Useful links:
StrataKit MUI modifications
Section titled “StrataKit MUI modifications”- Restyled using StrataKit’s visual language.
- The “clear” indicator is now keyboard focusable and remains visible to improve accessibility.
- The listbox now matches the visual styling of
Menu, with individual options using theMuiMenuItem-rootclass via a theme-levelrenderOptionprop. - Added
role="group"to the root element. - Added
role="list"androle="listitem"semantics to Chips (“tags”) used in multiple selection. - Tags are now focusable. Input is the first focusable element, followed by tags in the order they were added.
Examples
Section titled “Examples”Multiple values
Section titled “Multiple values”- Small: Use in compact interfaces where space is limited.
- Medium: Default size, suitable for most use cases.