Should onfocusout events be supported? #1675
rodya-mirov
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Neither
As far as I know, the events which are supported are listed here. The autogen is based on these listed events. |
Beta Was this translation helpful? Give feedback.
1 reply
-
#1945 Added support for these two events :D |
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
-
Currently in the yew html macro, if you use
onblur
it correctly handles a callback, but if you useonfocusout
, you get a crazy error about your callback not supportingToString
. I assume this is a default behavior for unknown / unexpected parameters; in any case I think theonfocusout
events are not supported.More generally I wonder if there is an autogen failure somewhere which is not attaching all the possible events?
Beta Was this translation helpful? Give feedback.
All reactions