Hi guys, I have a form that has a text field with Email validator in a ListView (I want get list of email addresses from user) When invalid email is entered and listview is refreshed then Text field is cleared whereas Text field is not cleared when valid email is entered and listview is refreshed I don't want to clear even invalid email addresses when listview is refreshed. I want the form components in the list view to be validated only when the form is submitted. Is it possible to address this concern in list view?
*Thanks And RegardsSibi.ArunachalammCruncher*