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
So Unicode pictograms don't work, and Cyrillic letters as well. So I assume anything outside ASCII range will break the button.
I now tried button:
button{type:"button",// Do we need this?onclick:move |_| asyncmove{info!("clicked!");},
"🗑click me!"
}
and it does work. Thought if you don't need to put any content inside of it, I think you generally should avoid button, for some legacy/compatibility issues. So the issue stands either way.
Problem
Clicking on the button (in v0.6.1) in the desktop app doesn't produce any logs, but does work in web:
So Unicode pictograms don't work, and Cyrillic letters as well. So I assume anything outside ASCII range will break the button.
I now tried
button
:and it does work. Thought if you don't need to put any content inside of it, I think you generally should avoid
button
, for some legacy/compatibility issues. So the issue stands either way.Steps To Reproduce
Steps to reproduce the behavior:
dx serve --platform desktop
Expected behavior
I should see
clicked!
in the logs upon clicking on the button.Screenshots
Environment:
Questionnaire
I'm interested in fixing this myself but don't know where to start.
I don't have time to fix this right now, but maybe later.
The text was updated successfully, but these errors were encountered: