-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
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
Can't remove a tag when input filed has overflow #214
Labels
Comments
Can you post some example code and which browser and React version you are using? |
Version: React: "^16.12.0"
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, first of all, thank you for this library and for maintaining it.
I am having an issue with removing a tag when I have a dense populated input field. The bug happens only when I try to delete tags on top of the overflow.
I recorded a quick video to better explain it:
TagBug.webm
Does anyone know why this is happening? and If there is a quick solution?
One solution that came in mind was to control the onRemove method on the tag, but it seems like this method isn't exposed?
Thanks in advance!
The text was updated successfully, but these errors were encountered: