react-validatables
Preparing search index...
allowNull
Function allowNull
allowNull
<
T
>
(
checker
?:
ValidationChecker
<
T
>
,
)
:
ValidationCheckerFunction
<
null
|
T
>
Results in "validity" for
null
or any value that satisfies the specified checker
Type Parameters
T
Parameters
checker
:
ValidationChecker
<
T
>
= alwaysValid
Returns
ValidationCheckerFunction
<
null
|
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-validatables
Loading...
Results in "validity" for
null
or any value that satisfies the specified checker