KumJungMin 360b2e77fd
fix(autocomplete): ensure focused item matches selected item after filter, selection (#5290)
* fix(autocomplete): ensure focused item matches selected item after filter, selection

* chore: apply type and default value

* chore: add perpose coment in updated code

* test: add focuskey management testcode

* docs: add changeset

* docs: update changeset

* chore: remove comment
2025-06-01 13:56:15 -03:00
..
2025-02-18 18:06:37 -03:00
2025-02-18 18:06:37 -03:00
2023-11-03 11:05:16 -03:00
2023-11-03 11:05:16 -03:00

@heroui/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 @heroui/autocomplete
# or
npm i @heroui/autocomplete

Contribution

Yes please! See the contributing guidelines for details.

License

This project is licensed under the terms of the MIT license.