Is there a way to add hints to TextFields yet? I'v...
# compose
d
Is there a way to add hints to TextFields yet? I've seen a few hacks on stack overflow but would like to avoid those if possible
c
To a text input field? Fields have labels which start as hints and then float into a label, but then theres also a
placeholder
value you can set that acts like a hint even when the label floats up.
🙌 1
d
Thanks!