react-validatables
    Preparing search index...

      react-validatables

      Interfaces

      FinalizeValidationOptions
      FinalizeValidationResult
      UseValidatorArgs
      ValidationCheckerArgs
      Validator

      Type Aliases

      MutableBindingArrayDependencies
      MutableBindingDependencies
      NamedMutableBindingDependencies
      ValidationChecker
      ValidationCheckerFunction
      ValidationError
      ValidationResult

      Variables

      alwaysValid
      defaultValidationError
      disabledState
      USE_FIRST_ERROR
      USE_LAST_ERROR
      validState

      Functions

      allowNull
      allowNullish
      allowUndefined
      alwaysInvalid
      change
      changeCast
      changeStringLowerCase
      changeStringTrim
      changeStringUpperCase
      checkAllOf
      checkAnyOf
      checkConditionally
      checkEquals
      checkIf
      checkNoneOf
      checkNotEquals
      checkNumberDivisibleBy
      checkNumberGT
      checkNumberGTE
      checkNumberIsInteger
      checkNumberLT
      checkNumberLTE
      checkNumberNotDivisibleBy
      checkStringAtLeastChars
      checkStringAtMostChars
      checkStringContains
      checkStringContainsAllOf
      checkStringEmpty
      checkStringLength
      checkStringMatchesRegex
      checkStringMatchesRegexAllOf
      checkStringNotContains
      checkStringNotEmpty
      checkStringNotMatchesRegex
      checkSwitch
      checkValidity
      finalizeValidation
      preventNull
      preventNullish
      preventUndefined
      resolveValidationError
      selectValue
      useValidator
      useValidators