prometheusresearch-archive / react-forms

Forms library for React.
1.16k stars 112 forks source link

when in tab form is cleared #146

Open themre opened 8 years ago

themre commented 8 years ago

Hi, I'm trying to use this form in react tab but form is rerendered when switching tab so inputs are empty. How can I handle this? by storing form values in parent component? or in store?

themre commented 7 years ago

react specific. was only learning react :)