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
Describe the bug
xxxWindow win = new xxxxWindow(); -----> inherit from ReactiveValidationObject
win.ShowDialog(); ---->ValidationRule is not working
win.Show(); ------> It's ok
The text was updated successfully, but these errors were encountered:
Any repro code or details?
Everything is working for me. This is implemented via ReactiveValidationObject and using INotifyDataErrorInfo for WPF and calls ShowDialog(). Make sure you using it via xaml binding, not the BindValidation. Also try to use base(Scheduler.Immediate)
xxxWindow win = new xxxxWindow(); -----> inherit from ReactiveValidationObject
This ReactiveValidationObject kinda should be in the ViewModel not the View.
platform: .net wpf
version: ReactiveUI.WPF 13.2.2, Validation 2.1.1
Describe the bug
xxxWindow win = new xxxxWindow(); -----> inherit from ReactiveValidationObject
win.ShowDialog(); ---->ValidationRule is not working
win.Show(); ------> It's ok
The text was updated successfully, but these errors were encountered: