-
Notifications
You must be signed in to change notification settings - Fork 384
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
Token removed when white space is clicked #99
Comments
This is a bug, but I can't see a good way around it. The field figures out where the click is in the "text" of the field and locates the span covering that area. Spans usually include the space after them, so clicking on the whitespace counts as clicking the span. I'm not sure how hard it will be to make this work as expected. |
Hey, Thanks for your great and really useful lib . |
I am facing same issue on this |
I am facing same issue on this, Did it solved? |
I don't have a solution for this, unfortunately. |
Has this bug been fixed or is there any way around? |
If red area is clicked(http://prntscr.com/610zu8) token is being removed. Token style is defined as TokenClickStyle.Delete. Bug or am I missing something? Tnx.
The text was updated successfully, but these errors were encountered: