Hi, I use states to show a form. this form is in a component. When I view the form and enter some data in a textinput, but the click 'cancel' the form is hidden.
The next time I show the form, the data I typed the previous time in the form is still there. Is there a way to 'reset' the component / state? Thanx, Mark

