Todor Grudev
03/10/2022, 7:52 AMOutlinedTextField
I did not manage to find one?
https://i.stack.imgur.com/ptvLF.png▾
Peter Suly
03/10/2022, 11:01 AMColumn {
TextField()
errorText?.let {
RedText(text = it)
}
}
Todor Grudev
03/10/2022, 11:20 AMAdam Powell
03/10/2022, 2:33 PMTodor Grudev
03/10/2022, 2:37 PMOutlinedTextField
actually accepts a ton of things, and there’s even a parameter which states isError
so my expectations was that since it tries to follow the material guidelines there would be a way to just pass the message.