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
Right now, there is no stable API after binding refactoring, that allows creating TwoWay observable bindings, only an obsolete API to be removed in 12. We need to implement a replacement API before that.
Also, we might want to support twoway observable bindings in XAML as well, something that we didn't have before.
It should be possible by checking if target property implements both IObserver and IObservable of the same type.
The text was updated successfully, but these errors were encountered:
See discussion for more details #16257
Right now, there is no stable API after binding refactoring, that allows creating TwoWay observable bindings, only an obsolete API to be removed in 12. We need to implement a replacement API before that.
Also, we might want to support twoway observable bindings in XAML as well, something that we didn't have before.
It should be possible by checking if target property implements both IObserver and IObservable of the same type.
The text was updated successfully, but these errors were encountered: