Material text field has a prefix text property: `a...
# compose
g
Material text field has a prefix text property:
app:prefixText
I cannot find it in
androidx.compose.material.TextField
Could it be it is not implemented yet?
k
I think you could implement that yourself since
Textfield
gives you control over the initial value of the field and also allows you to control what happens when that value changes. As far as I know there is no builtin equivalent
g
good point, thanks 🙂