We want to validate only if the user has inputed any data into a form field. So basically no fields are required, but if for some reason they filled out the email address field we want to make sure it a valid address.
How would we use the Validator in this use case in an MVVM pattern.
Thanks in advance