Replies: 2 comments 3 replies
-
As far as I know, they still work the component library uses these events extensively: https://github.com/search?q=repo%3ADioxusLabs%2Fcomponents+%28onfocus+OR+onblur%29&type=code Make sure you set a tab index on your element if it isn't focusable by default |
Beta Was this translation helpful? Give feedback.
1 reply
-
@zoechi FWIW, I have the same problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
onfocus
seems to work, but I need the blur event as well.Even better would be the bubbling
onfocusin
andonfocusout
.I'm on 0.6 web and desktop.
Does these events work for anyone?
Beta Was this translation helpful? Give feedback.
All reactions