ariakit@2.0.0-next.41
Pre-release
Pre-release
·
4367 commits
to main
since this release
Minor Changes
-
Improved
ComboboxwithautoSelectbehavior. (#1821)Before, when
autoSelectwas enabled, the first item would be selected only on text insertion. That is, deleting or pasting text was ignored. Now, the first item is selected on any change to the input value, including programmatic changes. -
Updated the behavior of
autoComplete="inline"andautoComplete="both"onComboboxso the completion string is only appended and highlighted when the caret is at the end of the input. (#1823) -
Added
moveOnKeyPressprop toCompositeItem. (#1821) -
Added
moveOnKeyPressprop toComposite. (#1821)
Patch Changes
- Fixed scroll jump on
Comboboxwhen pressing modifier keys. (#1826)