Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Formalizer<T>

Type parameters

  • T

Hierarchy

  • Formalizer

Index

Properties

formRef: MutableRefObject<null | HTMLFormElement>
formValues: T
isValid: boolean

Methods

  • performValidations(): boolean
  • setValues(formValues: T): void
  • useInput<V>(name: string, validationConfigs?: string | InputValidation<T>[], options?: V): InputAttributes<undefined>
  • useRadioInput<V>(name: string, value: string, options?: V): InputAttributes<undefined>

Generated using TypeDoc