[Dropdown] Show multiple selection on hover #656
-
Feature RequestDescriptionMy application mainly uses So it would be nice if multiple selection dropdown also accepts Example |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
🤔 As long as you don't leave the dropdown list, you can still select as many entries as you like, so for me it works as expected/desired. (opens on hover, closes when leaving list) |
Beta Was this translation helpful? Give feedback.
-
Sorry, my bad 😞 , i should have taken a more deeper look to your provided fiddle (you used mouseenter/leave)..which is a good workaround 🙂 |
Beta Was this translation helpful? Give feedback.
-
🤔 It's me again...'hover' seems to actually work as expected with multiple selection |
Beta Was this translation helpful? Give feedback.
-
Ah, you're right. I've confused with I should take |
Beta Was this translation helpful? Give feedback.
-
Yes. That's what I would also suggest. Keyboard entries together with hovering isn't good ui usage. If you don't mind, I would tag this as won't fix and close the issue |
Beta Was this translation helpful? Give feedback.
Ah, you're right. I've confused with
multiple search selection
dropdown, but it would be complicated...https://jsfiddle.net/ud49gokr/
I should take
multiple selection
on hover ormultiple search selection
on click maybe.