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.utils
/
observe
observe
fun
<
T
>
FormField
<
T
>
.
observe
(
scope
:
CoroutineScope
,
onValueChanged
:
(
T
?
)
->
Unit
=
{}
,
onFeedback
:
(
Any
?
)
->
Unit
=
{}
,
onError
:
(
String
?
)
->
Unit
=
{}
,
onFocusRequest
:
(
)
->
Unit
=
{}
)