isFieldInError

open override val isFieldInError: (String?) -> UiFieldError?

Parameters

isFieldInError

A lambda function that determines if the current value is in an error state. It should return a UiFieldError if there is an error, or null otherwise.