Skip to content
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

Deletion of token disables menu expanding by mouse #217

Closed
dmytro-shchurov opened this issue Aug 21, 2017 · 3 comments
Closed

Deletion of token disables menu expanding by mouse #217

dmytro-shchurov opened this issue Aug 21, 2017 · 3 comments
Labels

Comments

@dmytro-shchurov
Copy link

Go to the "Basic Example", check on "Multi-Select", so typeahead control is in multiple mode.
Select at item, and then delete it by clicking on a token x.
Selected item is removed, but when you click inside the control to open a menu with options again, nothing happens.
This occurs when mouse clicks on the placeholder ("Choose a state..." in this particular example).
When the control looses focus, or mouse clicks inside the control but outside of the placeholder, everything works fine.

@ericgio
Copy link
Owner

ericgio commented Aug 21, 2017

Thanks for the report. It seems like this is only happening when the last token is removed, but not an issue when there are multiple tokens and one of those is removed.

@ericgio
Copy link
Owner

ericgio commented Oct 27, 2017

It looks like this actually only happens when trying to click on the actual <input> element (ie: the placeholder text); clicking elsewhere in the component will display the menu.

ericgio added a commit that referenced this issue Oct 28, 2017
@ericgio
Copy link
Owner

ericgio commented Oct 30, 2017

Fixed in v2.0.0-rc.1

@ericgio ericgio closed this as completed Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants