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
Float label works with placeholder="" but it don't works without placeholder attribute in an input element.
I found a workaround by styling an invisible placeholder if it is equal to # (like to disable href="#" links), by adding this code in input, select, textarea { } selector :
Float label works with
placeholder=""
but it don't works without placeholder attribute in an input element.I found a workaround by styling an invisible placeholder if it is equal to
#
(like to disablehref="#"
links), by adding this code ininput, select, textarea { } selector
:The text was updated successfully, but these errors were encountered: