Float labels are labels that start off inside the input like placeholder text. But when the user starts typing, it floats upwards to make room for the answer.
They’re often used for their space-saving and minimal aesthetic but float labels are problematic and don‘t really save space anyway.
Here I’ll explain why that is and what we can do instead.
# 1. They’re small and hard to read Float labels have small text which is hard to read
Float labels have small text in order to take up as little room as possible. But that
See original post