Search
Preparing search index...
The search index is not available
React Form Input Validation API's v2.0.0
Options
All
Public
Public/Protected
All
Inherited
Unsupported APIs
Menu
Globals
IValidatorErrors
Interface IValidatorErrors
A dictionary object.
example
{
name
:
"The name field is required"
}
Indexable
[
key:
string
]:
string
Denotes all input errors
Globals
Lang
React
Form
Input
Validation
IDynamic
Key
Values
IOptions
IReact
Component
IValidator
Errors
React
Form
Submit
Event
Handler
A dictionary object.
{ name: "The name field is required" }