Closed carlos-max closed 8 years ago
You can use the pseudo class :empty
as a quick fix until the issue gets resolved.
#error-msg:empty {
display: none
}
In my case it was:
.form-error:empty { display: none }
Larssn fix worked for me.
Thanks for the support guys!
This causes further upset in Chrome 48. It doesn't respect "display: none" for these .form-error(s), and they thus still take up space in the DOM, and the effect is the "wobbling around" that can been seen in carlos' second gif (just with an invisible element). Requesting a patch for this issue, in case the next release is long off.
Thanks for the fix!
The validator displays a blank error:
1:
2:
The HTML:
The script: