We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great package but I stumbled across some bugs
How to reproduce:
Go to the sandbox link in the documentation https://codesandbox.io/s/chakra-ui-autocomplete-example1-8uxbs?file=/src/App.js:119-177
Add like lets say at least 4 tags from the dropdown menu.
For the last added tag, now delete this one and add it again and repeat.
You will soon get an unclickable state on the list element where it won't add the tag no matter how much you click.
Also please make it so that when you delete tags, the dropdown also doesn't disappear.
It works perfect on your page: https://koolamusic.github.io/chakra-ui-autocomplete/
There's no bugs on that page, but on the package I installed and the demo I get these bugs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Great package but I stumbled across some bugs
How to reproduce:
Go to the sandbox link in the documentation
https://codesandbox.io/s/chakra-ui-autocomplete-example1-8uxbs?file=/src/App.js:119-177
Add like lets say at least 4 tags from the dropdown menu.
For the last added tag, now delete this one and add it again and repeat.
You will soon get an unclickable state on the list element where it won't add the tag no matter how much you click.
Also please make it so that when you delete tags, the dropdown also doesn't disappear.
It works perfect on your page: https://koolamusic.github.io/chakra-ui-autocomplete/
There's no bugs on that page, but on the package I installed and the demo I get these bugs.
The text was updated successfully, but these errors were encountered: