EasyFormsErrorState

enum EasyFormsErrorState : Enum<EasyFormsErrorState>

Represent the three different states a field could have.

Entries

INVALID
Link copied to clipboard
This determines that the form field data is invalid.
VALID
Link copied to clipboard
This determines that the form field data is valid.
INITIAL
Link copied to clipboard
This is the default state for all of the form fields as it provide better UX to not show the errors when form is created.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

androidJvm source
Link copied to clipboard