Skip to content

ariakit@2.0.0-next.41

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Sep 12:08
· 4367 commits to main since this release
1eac8a7

Minor Changes

  • Improved Combobox with autoSelect behavior. (#1821)

    Before, when autoSelect was 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" and autoComplete="both" on Combobox so the completion string is only appended and highlighted when the caret is at the end of the input. (#1823)

  • Added moveOnKeyPress prop to CompositeItem. (#1821)

  • Added moveOnKeyPress prop to Composite. (#1821)

Patch Changes

  • Fixed scroll jump on Combobox when pressing modifier keys. (#1826)