@ariakit/react@0.2.3
Patch Changes
-
Updated the
SelectPopovercomponent so thecompositeandtypeaheadprops are automatically set tofalsewhen combining it with aComboboxcomponent using thecomboboxprop from the select store. (#2428)This means you'll not need to explicitly pass
composite={false}when building a Select with Combobox component. -
The
ComboboxItemcomponent will now register itself on the combobox store even when the combobox is closed. (#2428) -
Fixed
ComboboxwithvirtualFocusset totrue(default) always reseting the focus when using VoiceOver and Safari to navigate through the items. (#2428) -
Fixed
autoCompleteprop type onComboboxconflicting with the nativeautoCompleteprop. (#2428)It's now possible to extend props from
InputHTMLAttributeswithout having toOmittheautoCompleteprop. -
The
SelectListandSelectPopovercomponents will now automatically render thearia-multiselectableattribute even when thecompositeprop is set tofalse, but only when the underlying element has a composite role. (#2428) -
Fixed
Compositerendering thearia-activedescendantattribute even when thecompositeprop was set tofalse. (#2428) -
Fixed
Focusabletriggering focus visible when pressing the Alt/Option key. (#2428) -
Fixed
activeIdstate onTabnot updating correctly when settingselectedIdwith the Next.js App Router. (#2443) -
Updated dependencies:
@ariakit/react-core@0.2.3.