I'm writing a "custom" text field based on BasicTe...
# compose
d
I'm writing a "custom" text field based on BasicTextField. I want to know if it's currently focused or not (to vary its UI based on this), what's the best way to do this? Add
.onFocusChange
modifier and set some
State
?
c