How do I specify what a TextInput looks like in the error state? There appears to be a real scarcity of documentation on the subject!
There isn’t an error state, but there is an errorSkin which you can specify (does it have to be a subclass of ErrorSkin?).
I want to set the TextInput’s background color and increase the thickness of the border when validation fails. How do I do this?
Here’s what I ended up with: