How to replace default ICreatesObservable? #3873
-
How would one go about replacing the registration for the ICreatesObservable interface according to this comment? I would like to experiment using the default WPF bindings to inherit the default WPF validation binding behavior. If not outright replacement, is there a way to add another instance that is including in the affinity voting? I really like how RXUI bindings are refactor friendly and don't like having to revert to XAML bindings for any property with validation attached to it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Have you tried using ReactiveUI.Validation? ReactiveUI ReactiveProperty also has the ability to use validation, I haven't documented the ReactiveProperty yet but will try to do this in the coming weeks. |
Beta Was this translation helpful? Give feedback.
I have created a PR that hopefully will be accepted, its Wpf only at present, but if accepted I will see what other platforms I can make this work with.
Validation Binding