Reactjs - Form input validation

前端 未结 9 1966
悲哀的现实
悲哀的现实 2020-11-28 20:04

My Contact page form is as follows,

<
9条回答
  •  萌比男神i
    2020-11-28 20:37

    We have plenty of options to validate the react js forms. Maybe the npm packages have some own limitations. Based up on your needs you can choose the right validator packages. I would like to recommend some, those are listed below.

    • react-form-input-validation
    • redux-form

    If anybody knows a better solution than this, please put it on the comment section for other people references.

提交回复
热议问题