mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(select): set undefined to shouldCloseOnInteractOutside in select * fix(select): set false to shouldCloseOnInteractOutside in autocomplete * fix(popover): take shouldCloseOnInteractOutside from props * chore(changeset): revise shouldCloseOnInteractOutside for FreeSoloPopover * feat(select): add test cases to select * feat(select): assert that the select is open after click * feat(autocomplete): add test cases to autocomplete * feat(select): assert that the select is open after click
@nextui-org/autocomplete
An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.
Please refer to the documentation for more information.
Installation
yarn add @nextui-org/autocomplete
# or
npm i @nextui-org/autocomplete
Contribution
Yes please! See the contributing guidelines for details.
Licence
This project is licensed under the terms of the MIT license.