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
I had the same problem.
Workaround that helped me: onKeyPress={(e) => e.stopPropagation()} - on my input
I hope it will save some time for someone with the same problem.
I have a few tags in the trigger prop, input works for every other key except for "space" key
To Reproduce
use a input tag on trigger prop of the component
Expected behavior
Input should add space when space key is pressed like other keys of the keyboard
The text was updated successfully, but these errors were encountered: