tags:

views:

98

answers:

1

after the form has been sent I want the form to be cleared. So I set the .text = "";

but the stringvalidator is red because the fields are empty again. How do I make it so that the form is reset along with the Validators?

A: 

to reset put .text=null;

solaimani