Preventing space key from expanding/hiding sl dropdown? #535
Unanswered
milesmmoran
asked this question in
Help
Replies: 1 comment
-
The listener for space is on the dropdown's trigger, so it shouldn't interfere unless you're using the input as the trigger (it should be a button though). Posting a fiddle would be helpful to see what's going on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone know how you can prevent the default behavior when a space key is entered on a dropdown?
Currently, I have a search bar that won't allow space as an input, because it is tied to closing/opening a dropdown.
Worth noting: I'm using vue.
Beta Was this translation helpful? Give feedback.
All reactions