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 |
1 reply
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.
onfocusseems to work, but I need the blur event as well.Even better would be the bubbling
onfocusinandonfocusout.I'm on 0.6 web and desktop.
Does these events work for anyone?
All reactions