this.Error
Full Usage:
this.Error
Returns:
string option
|
The underlying field's error value (if any)
-
Returns:
string option
|
|
Update the parent form with this item's value
-
form
:
'f
-
Returns:
'f
|
|
Validate the given value against the given form using this field's validator if defined
-
form
:
'f
-
value
:
Result<'t, string>
-
Returns:
Result<'t, string>
|
|
The underlying field's value
-
Returns:
Result<'t, string>
|