- Create an editor
- Bind its text property to attached BindingContext ViewModel
- Enter some text into the editor
- Change the text value in the viewModel
Expected Results:
Views editors text updates
Actual Results:
Views editor keeps old text. However, I can see that the getter is hit indicating the view does come up for it. Backing field for text binding is also correctly set.
The issue is reproducible on MacCatalyst, iOS And Android. @drasticactions has also confirmed on WinUI
Previously working in .Net 7
Repo: https://github.com/SamuelJames101/EditorAndEntryBugNet8
Expected Results:
Views editors text updates
Actual Results:
Views editor keeps old text. However, I can see that the getter is hit indicating the view does come up for it. Backing field for text binding is also correctly set.
The issue is reproducible on MacCatalyst, iOS And Android. @drasticactions has also confirmed on WinUI
Previously working in .Net 7
Repo: https://github.com/SamuelJames101/EditorAndEntryBugNet8