Replies: 1 comment
-
FuncUI just exposes Avalonia events. It works exactly the same as in Avalonia. |
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
-
In a Textbox, cancelling the e.Handled by setting it to true (for instance in a textbox I want to ignore non numeric chars) is absolutely useless: yet for some reasons it can cancel Control Keys like cancel and backspace, but no alphanumerics.
Is it a bug?
I even tried to set RoutingStrategies.Direct but nothing changes
Beta Was this translation helpful? Give feedback.
All reactions