Join Slack
Powered by
What is the best way to show validation error desc...
# compose
p
PHondogo
08/15/2021, 9:15 AM
What is the best way to show validation error description in TextField? There is only isError Boolean parameter.
d
Dominaezzz
08/15/2021, 9:45 AM
I think assistive text it supposed to be in a separate composable. e.g. Using a
Column
🙏 1
c
Colton Idle
08/15/2021, 5:22 PM
Here's the official compose samples showing this
https://cs.android.com/androidx/platform/tools/dokka-devsite-plugin/+/master:testDat[…]s/TextFieldSamples.kt;l=109?q=text%20field%20sample%20compose
12
Views
Open in Slack
Previous
Next