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
: