Preparing search index...
The search index is not available
react-validatables
react-validatables
checkEquals
Function checkEquals
Results in "validity" if a given value equals, using
===
, any of the specified values.
check
Equals
<
T
>
(
oneOf
,
validationError
?
)
:
ValidationCheckerFunction
<
T
>
Type Parameters
T
Parameters
oneOf
:
SingleOrArray
<
T
>
validationError
:
ValidationError
= defaultValidationError
Returns
ValidationCheckerFunction
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-validatables
Loading...
Results in "validity" if a given value equals, using
===
, any of the specified values.