pglazkov / MvvmValidation

Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
MIT License
167 stars 31 forks source link

How to apply Validation on Xamarin.Forms?? #22

Open Quico20 opened 5 years ago

Quico20 commented 5 years ago

I'm trying to follow you sample applying in it to a Xamarin.Forms app but, in the Xaml code I havent been able to find this property: ValidatesOnDataErrors=True

it just doesnt exist on xamarin, so how do you make the validation warnings appear in a Xamarin.Forms app?? where do i retreive them?