Closed alqa-dash closed 1 year ago
v2.3.0 with react[-dom] 16.14.0 this.refs.form.getModel() is empty for form like this:
`
Same code worked with react[-dom]@15.4.2 and formsy-react@0.19.0.
Have I missed something?
UPDATE: looks like attachToForm call is not happening when <Formsy ...> has been used. How can I make it work?
Actually it's my fault: I thought Formsy should work without withFormsy. Closing issue.
v2.3.0 with react[-dom] 16.14.0 this.refs.form.getModel() is empty for form like this:
`
`
Same code worked with react[-dom]@15.4.2 and formsy-react@0.19.0.
Have I missed something?
UPDATE: looks like attachToForm call is not happening when <Formsy ...> has been used. How can I make it work?