Preparing search index...
The search index is not available
react-validatables
react-validatables
checkNotEquals
Function checkNotEquals
Results in "validity" if a given value does not equal, using
!==
, any of the specified values.
checkNotEquals
<
T
>
(
anyOf
:
SingleOrArray
<
T
>
,
validationError
?:
ValidationError
,
)
:
ValidationCheckerFunction
<
T
>
Type Parameters
T
Parameters
anyOf
:
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 does not equal, using
!==
, any of the specified values.