Replies: 1 comment 1 reply
-
I think you need to ensure you div has focus, for keyboard input events to be triggered on an element? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a component that has attached keyboard events, e.g. KeyDown/KeyUp events.
However, I cannot check the result in Storybook for my component. I have tried to open it in another tab as IFrame - does not work too.
Version: 5.3.19
Do I need some extra configuration?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions