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
A two-way binding to a property whose value will not change (for example, binding to the TabControl.SelectedIndex property) no longer updates the value of the source property
To Reproduce
Create a test as shown in the following code snippet
Describe the bug
A two-way binding to a property whose value will not change (for example, binding to the TabControl.SelectedIndex property) no longer updates the value of the source property
To Reproduce
Create a test as shown in the following code snippet
The
vm.SelectedIndex
property will have value -1Expected behavior
The source property should be update in this case
Avalonia version
11.1.0
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: