-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FeatureRequest] Add the reactive validations to the validation rules plugin #23
Comments
- Added a reactive validation rule mechanism based on the original validation rules plugin - Made a demo of how these reactive validation rules function on Xamarin.Forms and MAUI
Hi @DamienDoumer, Thanks for taking your time for this. I will check it out and test it this weekend and let you know. |
Hello, @luismts did you finally check my PR? don't hesitate to let me know if you have any questions regarding my PR. |
sorry, I forgot that. |
Ok, |
Can you explain a little more about the benefits of your PR? As far as it goes ReactiveUI has its own validations and adding that workload just for a small profit is not entirely clear to me. |
Hi @luismts |
Using reactive UI, we could make the validation process of the validation rules plugin automatic, and even do validation based on other properties of the same ViewModel.
Features
The text was updated successfully, but these errors were encountered: