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.
-
v0.14 will eliminate this problem. Hold on just a bit longer until it’s released.
-
Thanks for the quick reply. Do you have an ETA on that version?
-
-
Same problem when using vee-validate. Is there any workaround while next version doesn’t come around?
-
@alissonfpmorais don’t wrap the input in a
<form>
. -
I’ll try that. As @beOHbe said, thanks for quick reply.