How can I use HTML5 Validation with React?

前端 未结 3 729

This is my React Render Block. I am using HTML5 Validation here, using required. This things supposed to work fine. But it is not working. can anyone suggest me how to use

3条回答
  •  春和景丽
    2021-01-08 00:59

    I ran into this issue as well, and what fixed it for me was adding the

    tags, and moving the handler from the button input to the 's onSubmit:

    
      
      

    It looks like the submit button can be a

提交回复
热议问题