Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInputProps<V>

Type parameters

  • V

Hierarchy

  • IInputProps

Index

Properties

error

error: boolean

errors

errors: List<RecordOf<IChangesetError>>

focus

focus: boolean

onBlur

onBlur: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement>

onChange

onChange: ChangeEventHandler<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement>

onFocus

onFocus: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement>

Optional value

value: V

Methods

change

  • change(value: V): void
  • Parameters

    • value: V

    Returns void

Generated using TypeDoc