What is the best way to show validation error desc...
# compose
p
What is the best way to show validation error description in TextField? There is only isError Boolean parameter.
d
I think assistive text it supposed to be in a separate composable. e.g. Using a
Column
🙏 1