Hello all! I was wondering how to make a `TextFiel...
# compose-desktop
g
Hello all! I was wondering how to make a
TextField
activated by default like when it has a value by default, i.e: attached picture, I'm using the builtin Material Theme
m
You could probably use a FocusRequester to do that
g
@Mitchell Syer I've tried with that and it only seems to focus one at a time and put your cursor in that
TextField
, I'd just like them to look as if they were focused, like it looks when you have a default value(but without one), not actually be focused.