Skip to content

@ariakit/react@0.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 21:36
· 211 commits to main since this release
7251a3a

Multi-selectable Combobox with inline autocomplete

When rendering a Multi-selectable Combobox with the autoComplete prop set to "inline" or "both", the completion string will no longer be inserted into the input upon deselecting an item. This is because the completion string generally represents an addition action, whereas deselecting an item is a removal action.

Other updates

  • Updated Combobox to no longer use ReactDOM.flushSync when updating the value.
  • Added new resetValueOnSelect prop to ComboboxItem.
  • Added new resetValue method to combobox store.
  • Improved JSDocs.
  • Updated dependencies: @ariakit/react-core@0.4.5