Nurseyit Tursunkulov
05/15/2021, 6:04 AMOutlinedTextField(
value = email,
isError = emailContainsError,
label = { Text(emailErrorText) }
)
but it gives me the following result
I got the desired result only when get focus:
how to show the error without focusing?