Open
Description
Description
According to the M3 TextField Specs (see example 7 in linked table), it should be possible to have outlined TextFields without a populated label text.
Unfortunately there is no possible attribute / method to achieve this behaviour (or am I missing sth. here?).
What we want to achieve is to have a TextField where we can set a hint, but when the user starts typing the hint is no longer shown. So far we only can deactivate the hint completely or otherwise have it shown as the populated label text.
Feature request / Wanted solution
It would be nice if the populated label text could be deactivated.