Hi all,
I'm using react-form in my project, but i can't see class 'has-error' append when form validate like example of React-form below:
My form just display error message only and not append any class error. Please help me for this issue.
I'm missing something config?
The code on the example pages does not include the presentational logic.
You should read the complete example source:
https://github.com/erikras/redux-form/blob/gh-pages/5.2.5/src/examples/SubmitValidationForm.js
Thanks so much @ooflorent . I saw :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
The code on the example pages does not include the presentational logic.
You should read the complete example source:
https://github.com/erikras/redux-form/blob/gh-pages/5.2.5/src/examples/SubmitValidationForm.js