Redux-form: has-error class when validation

Created on 25 Jun 2016  路  3Comments  路  Source: redux-form/redux-form

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:

screen shot 2016-06-25 at 5 21 44 pm

My form just display error message only and not append any class error. Please help me for this issue.
I'm missing something config?

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

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings