You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Material spec, (although it's not explicit), it looks like a form input's underline should be red if it's been touched and is invalid, even when it's in the focused state. Also, when it is in the unfocused state, it should be red and maintain the same thickness as in the focused state.
What is the current behavior?
Currently, the underline is only red when it's touched/invalid and _un_focused. And when it is red in the unfocused state, it is thin, like the gray unfocused underline.
What is the use-case or motivation for changing an existing behavior?
Our project requires the behavior that appears in the Material spec. While this can be done manually, it seems like it would be reasonable default behavior.