Open https://codepen.io/anon/pen/RZwBwd, fill in the text field and submit the form
0.14.5
Javascript form validation should block submitting the form
Form gets submitted although the required field has no value
Duplicate of #1070
It's not exactly same as #1070, I'm talking about the browser form validation which is not working here because there is no input/select element in the generated markup
http://imgur.com/a/jfeOX
http://imgur.com/a/hQOQZ
Adding with the same size and position as the div with the value (for correct browser message position) seems to be enough.
The reason why I think it's important is not only the convenience of the browser built-in validation but also the consistency of the components - if the "required" prop triggers the validation for
Anyway, great job with the framework! I'm planning to create some pull request in the future, just need to get familiar with the github workflow
I don't have any intentions to support standard html validation, sorry. Thank you for your feedback.