luismts / ValidationRulesPlugin

Create and validate property rules for all your Xamarin and Windows apps and improve the quality of your data.
https://luismts.com/
MIT License
68 stars 26 forks source link

Entry Value not cleared #8

Closed viveklpu2011 closed 3 years ago

viveklpu2011 commented 3 years ago

Not able to clear all the entry value, after setting the valdition object to null. Value still showing in entry

luismts commented 3 years ago

Can you show me a snippet?

viveklpu2011 commented 3 years ago
                        CustomerAddress.Value = CustomerName.Value = CustomerPhone.Value = CustomerShopName.Value = string.Empty;
luismts commented 3 years ago

I will test

luismts commented 3 years ago

I found the issue and I fixed it. It Will be released later

luismts commented 3 years ago

Fixed https://github.com/luismts/ValidationRulesPlugin/pull/12