Browser compatibility?
See original GitHub issueHi, thanks for the great library! I’ve been using it and wonder if it’s compatible with all browsers? It seems that occasionally form.valid
remains false
even when all inputs have been entered. I really appreciate any help anyone can provide. Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of ... you test your website for compatibility across 2,000+ real browsers and...
Read more >Cross Browser Compatibility Testing beyond Chrome
Instant access to 3000+ real browsers and devices to run a cross browser compatibility test for your website. No setup is required.
Read more >What is Browser Compatibility? - Definition from Techopedia
Browser compatibility is the capability or flexibility of a website, web application, script or HTML design to function on different web ...
Read more >What is Browser Compatibility - Conversioner
Browser Compatibility is the manner in which a web page looks in different web browsers. Different browsers read the website code differently.
Read more >Check Browser Compatibility for Desktop & Mobile - SortSite
Test for browser compatibility issues in the most common web browsers: Internet Explorer compatibility back to version 6.0; Desktop browser compatibility in ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That sounds like it could be it!
Probably also cases like
10'000
.I’ve managed to retrieve the browser info from a few users. In fact, it’s not Android. I think this one might be a tough one to debug/figure out, so don’t worry if you don’t have time to work on it. It could well be a problem with my site or the way these few people are completing the form/using the site (I’ve tested on ~1k people now and the overwhelming majority didn’t run into any issues).
Update: I think it might be because I’m requiring numeric inputs and people might be entering non-numeric inputs. e.g., they enter
10 days
instead of just10
; in such cases, inputs are provided but they’re not considered valid. I’ve now added hints to remind people when that happens. I’ll close the issue now and will re-open it if I run into problems again. Thanks for your help!