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
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:
onSubmit
It looks like the submit button can be a or as long as it has a type="submit" attribute.
type="submit"