Replies: 1 comment 2 replies
-
I have tried it as your 2 snippets, on the 1st snippet it doesn't crash but the Clear button doesn't appear, however as you stated your 2nd snippet works fine, sorry not really any help. |
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
-
Setting ClearButtonVisibility property in an Entry style will cause app crash:
However, if you set the property directly, it works without problems:
<Entry Text="Entry with clear" ClearButtonVisibility = "WhileEditing"/>
Does anyone know what I'm doing wrong? Has this happened to anyone?
Beta Was this translation helpful? Give feedback.
All reactions