We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629f7e6 commit 0316d24Copy full SHA for 0316d24
src/constants.js
@@ -21,4 +21,4 @@ var TAG_SELECT = 1;
21
var TAG_INPUT = 2;
22
23
// for now, android support in general is too spotty to support validity
24
-var SUPPORTS_VALIDITY_API = !/android/i.test(window.navigator.userAgent) && !!document.createElement('form').validity;
+var SUPPORTS_VALIDITY_API = !/android/i.test(window.navigator.userAgent) && !!document.createElement('input').validity;
0 commit comments