@moritzrose
Hoang Nguyen
@mmxcronoAll comments
- @mmxcrono
I see that you have type="submit" on the <form> tag instead of the <button> tag. The required flag on the <input> would be enforced by the browser if the form was being submitted, which should happen if the button was a submit type. I think that is the issue?