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
I might be misunderstanding how it is supposed to work, but when i bind the Text property of Text or Value property of NumericUpDown in two way mode to a Subject, using stream binding operator, i get no updates in the viewmodel when changing the state of the control on the ui. Please see the attached example.
However, it works very well for ScrollView.Offset property.
am i getting something wrong?
To Reproduce
Could be reproduced easily in the avalonia starter template.
Describe the bug
I might be misunderstanding how it is supposed to work, but when i bind the Text property of Text or Value property of NumericUpDown in two way mode to a
Subject
, using stream binding operator, i get no updates in the viewmodel when changing the state of the control on the ui. Please see the attached example.However, it works very well for ScrollView.Offset property.
am i getting something wrong?
To Reproduce
Could be reproduced easily in the avalonia starter template.
Mainwindow.xaml:
MainwindowViewModel.cs:
Everything else is left unchanged in the starter template.
I have only added
ReactiveUI - 20.1.63
package.I see "hello" appear in th econtrol but then I expect values printed to the console when i change the value of the TextBox on the ui.
Thanks!
Expected behavior
Just as if i have bound the
Offset
property of aScrollViewer
, and listened for updates, i get console messages printed upon change.Avalonia version
11.2.1
OS
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: