You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that on Firefox, any form inputs that are required are immediately validated. This results in the inputs having a red error outline on page load. I ran into this on Preact v8.1.0 and Firefox v58.0b10.
It looks like React recently fixed this: facebook/react#8395. The issue seems well documented in the thread. I might be able to poke around this weekend to offer assistance, but I just wanted to bring this up.
Thanks!
The text was updated successfully, but these errors were encountered:
I don't think this is still an issue. I tested the behavior out on the latest Firefox Developer Edition 71.0b12 (64-bit) and input does not validate until the form is submitted.
Hi, I noticed that on Firefox, any form inputs that are
required
are immediately validated. This results in the inputs having a red error outline on page load. I ran into this onPreact v8.1.0
andFirefox v58.0b10
.It looks like React recently fixed this: facebook/react#8395. The issue seems well documented in the thread. I might be able to poke around this weekend to offer assistance, but I just wanted to bring this up.
Thanks!
The text was updated successfully, but these errors were encountered: