Android: Changes to textbox from codebehind are not reflected to viewmodel #16937
DrHardReset
started this conversation in
General
Replies: 2 comments
-
I converted this to an issue #16951. |
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 my application RoMi I am setting the Text property of a TextBox in the code behind class.
In the windows build this change is correctly reflected to the corresponding viewmodel.
The android build behaves different and does not reflect the change to the viewmodel.
Is this a bug or am I missing something?
View:
View codebehind:
Viewmodel:
Beta Was this translation helpful? Give feedback.
All reactions