You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ivan, thank you so much for sharing this great work with us!
I'm not sure if this is a bug or a feature, because I don't know how it's intended to work;
When using IE 11/Edge, the dropdown closes after a selection. In Chrome the dropdown stays open, which makes it easier to choose multiple options.
To reproduce, just use the playground with default settings.
I would be glad if you could consider to make this an option, or - if your intention is that the popup should stay open, perhaps you have some time to check it out. Thanks! 🥇
The text was updated successfully, but these errors were encountered:
Hi Trinitonn, thank you for the feedback, this looks like a bug, unfortunately, I don't have a windows machine, so it might take some time to be fixed.
Hi again, i opened a pull request to fix this issue, #5.
Feel free to have a look and implement your own fix (or mine). Actually, when I have a second look at this, maybe the eventPath function is unnecessary? Just checking on this.mouseIsHover and !this.isSingle() is enough (haven't tested this though)
Hi Ivan, thank you so much for sharing this great work with us!
I'm not sure if this is a bug or a feature, because I don't know how it's intended to work;
When using IE 11/Edge, the dropdown closes after a selection. In Chrome the dropdown stays open, which makes it easier to choose multiple options.
To reproduce, just use the playground with default settings.
I would be glad if you could consider to make this an option, or - if your intention is that the popup should stay open, perhaps you have some time to check it out. Thanks! 🥇
The text was updated successfully, but these errors were encountered: