Example code from http://www.html5rocks.com/en/tutorials/forms/constraintvalidation/
The source code: http://jsfiddle.net/tj_vantoll/HdSqt/
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
+1 (happening in 0.14.5 tested on Windows 7 and 8)
Example:
<form>
<input type="text" required />
</form>
If you leave the textbox blank and submit the form, no validation bubble appears. This works fine in all other browsers (IE, Chrome, Firefox)
how disable validation bubble ?
I am curious if is there a way to turn to validation bubbles back on in NWJS?
I can reproduce this issue on Linux/Windows with nwjs-sdk-v0.23.1.
Most helpful comment
+1 (happening in 0.14.5 tested on Windows 7 and 8)
Example:
If you leave the textbox blank and submit the form, no validation bubble appears. This works fine in all other browsers (IE, Chrome, Firefox)