choc-autocomplete icon indicating copy to clipboard operation
choc-autocomplete copied to clipboard

🏇 Autocomplete Component Package for Chakra UI

Results 25 choc-autocomplete issues
Sort by recently updated
recently updated
newest added

When autocomplete is focused, the escape & tab shortcuts are not handled.

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Examples seems to not be working and codesandbox is not working either. The `` when added is removing all suggestions. When you type something that is already in the option...

I'm using the latest version of this library and this is happening. ```typescript // Structure // TagInputAutocomplete renders the autocomplete fields with creeatable .... really big form ... ... ```...

The `AutoCompleteList` component doesn't behave as expected when its children are a combination of both mapped items from an array and static components. In my app, I update an array...

I've been having a lot going on for a while now, and it's just not going to be easy maintaining this project as well. If anyone wants to help maintain...

Is there any feedback from API when I reach the max number specified in 'maxSelections' attribute in multiple mode? I would like to use it with Chakra FormErrorMessage.

Hello, I would like to propose some quality of life improvements to the keyboard navigation. First of all, when selecting suggestions using arrows, the page scrolls upon pressing arrow down...

The autocomplete component seems to be semi controlled. If I set `value` and `onChange`, and set value to null or undefined, I expected the AutocompleteInput.

bug

This is the behavior when _multiple_ is true. Popover suggestions stays open and filter out each selection. How can I achieve this for simple input? I'm building some sort of...