@ariakit/react@0.2.13
·
2082 commits
to main
since this release
Patch Changes
-
The
as
prop has been soft deprecated. Use therender
prop instead. (#2621) -
The
Combobox
component now properly disables theautoSelect
behavior when the user is scrolling through the list of options. This should prevent issues when scrolling virtualized or infinite lists. (#2617) -
Fixed
Combobox
withautoSelect
always focusing on the first item when a virtualized list is scrolled using arrow keys. (#2636) -
Controlled store updates are now flushed synchronously. This should prevent issues when controlling a
Combobox
by passingvalue
andsetValue
to the combobox store, for example. (#2671) -
Updated dependencies:
@ariakit/react-core@0.2.13
.