I would like to use floating labels for my form but the mandatory ‘required’ attribute causes browsers to pop up warnings on inputs that are not actually required. How does anyone else get around this? btw, I’m using Vuelidate to validate all of the form data.
B
Best posts made by beOHbe
-
Browser popup warnings triggered by 'required' attribute on floating label inputs
Latest posts made by beOHbe
-
RE: Browser popup warnings triggered by 'required' attribute on floating label inputs
Thanks for the quick reply. Do you have an ETA on that version?
-
Browser popup warnings triggered by 'required' attribute on floating label inputs
I would like to use floating labels for my form but the mandatory ‘required’ attribute causes browsers to pop up warnings on inputs that are not actually required. How does anyone else get around this? btw, I’m using Vuelidate to validate all of the form data.