I want to show an error on a text field on AFTER a...
# compose
c
I want to show an error on a text field on AFTER a user has focussed on it and then left it. e.g. I click first name text input, and then click on last name text input, then first name text input should show red "First name required" The samples show how to have an error state, but it's based on validation of the input, not losing focus.
c
Ah this is awesome. Thank you!