toggle menu
forms
2.0.0-alpha09
common
switch theme
forms
com.
nwagu.
forms
Form
Form
Field
Form
Field
Validation
Result
Form
Field
Validators
Validator
com.
nwagu.
forms.
utils
observe()
forms
/
com.nwagu.forms
/
FormFieldValidationResult
Form
Field
Validation
Result
data
class
FormFieldValidationResult
(
val
isValid
:
Boolean
,
val
error
:
String
?
=
null
,
val
feedback
:
Any
?
=
null
)
Members
Constructors
Form
Field
Validation
Result
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
error
:
String
?
=
null
,
feedback
:
Any
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
?
=
null
feedback
Link copied to clipboard
val
feedback
:
Any
?
=
null
is
Valid
Link copied to clipboard
val
isValid
:
Boolean