You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you give your form a reference, you can call refs.form.reset() on that reference.
Example:
classMyComponentextendsReact.Component{resetForm=()=>{this.refs.form.refs.reset();};render(){return(<Formref="form">{/* Input elements here */}</Form>);}}
It will refresh values based on model? or not? .. i want to update form values by model attribute but it not works ..its parsed only for one time? There is no way to update form after was loaded by initial model values?
No description provided.
The text was updated successfully, but these errors were encountered: