:smile: Another material 3 component question. I’m...
# compose
f
😄 Another material 3 component question. I’m using
TextField
and
OutlinedTextField
from the material3 jetpack compose library and in the m3 specs for TextField they point out
prefix
and
suffix
configurations. I would like to achieve this, but looks like the component does not have this feature yet. I’ve looked into leveraging the
leadingIcon
and
trailingIcon
composables, but it seems hacky.
s
f
Thank you so much! I’ll bookmark that page for future reference