Boolean if the TextField
or TextArea
are in an errored state.
Note: This can be true
while the errorMessage
is an empty string since
it's sometimes useful to show there's an error while the user is typing
without reporting the full error message.
The current error message that will be an empty string when there are no
errors for the TextField
or TextArea
component or the message is hidden
during change events.
The current value for the TextField
or TextArea
.
Generated using TypeDoc
@since 2.5.0