easyforms
/
com.github.k0shk0sh.compose.easyforms
/
EasyFormsErrorState
Easy
Forms
Error
State
enum
EasyFormsErrorState
:
Enum
<
EasyFormsErrorState
>
Content copied to clipboard
Represent the three different states a field could have.
Entries
Properties
Sources
Entries
INVALID
Link copied to clipboard
INVALID
()
Content copied to clipboard
This determines that the form field data is invalid.
VALID
Link copied to clipboard
VALID
()
Content copied to clipboard
This determines that the form field data is valid.
INITIAL
Link copied to clipboard
INITIAL
()
Content 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
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
Sources
androidJvm source
Link copied to clipboard