Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputAttributes<I>

Type parameters

  • I

Hierarchy

  • InputAttributes

Index

Properties

checked?: boolean
data-formalizer-id: string
helperTextObj?: {}

Type declaration

  • [key: string]: string
invalidAttr?: object
name: string
type?: I
value?: any

Methods

  • onBlur(): any
  • onChange(e: ChangeEvent<any> | FormEvent<any>): void
  • Parameters

    • e: ChangeEvent<any> | FormEvent<any>

    Returns void

  • onKeyPress(e: KeyboardEvent<any> | KeyboardEvent): void
  • Parameters

    • e: KeyboardEvent<any> | KeyboardEvent

    Returns void

Generated using TypeDoc