The HTML5 attribute for input tag "required" is not working in the JavaFX webview webengine.
Username: <input type="text" name="usrname" required="required" >
When the html page that has this attribute is loaded in webengine and submitted it not generating the "Please fill out this field". The form is getting submitted and the next page is loaded
I was reading online JavaFX 2.2 supports HTML 5 but this attribute is not working. Can any one help me to fix this issue.
Username: <input type="text" name="usrname" required="required" >
When the html page that has this attribute is loaded in webengine and submitted it not generating the "Please fill out this field". The form is getting submitted and the next page is loaded
I was reading online JavaFX 2.2 supports HTML 5 but this attribute is not working. Can any one help me to fix this issue.
- duplicates
-
JDK-8089124 HTML5: Number input allows non-numeric input
-
- Resolved
-