Preparing search index...
The search index is not available
formplex-react
formplex-react
Validator
Type alias Validator<T>
Validator
<
T
>
:
(
(
value
:
T
)
=>
string
|
undefined
|
null
)
Type Parameters
T =
unknown
The type of the form field.
Type declaration
(
value
:
T
)
:
string
|
undefined
|
null
Validation function for a field.
Parameters
value:
T
Returns
string
|
undefined
|
null
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
formplex-
react
validator
Error
Message
Error
Strings
Field
Options
Use
Form
Options
Use
Form
Return
Input
Type
Message
Resolver
Validator
use
Form
Generated using
TypeDoc
The type of the form field.