Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormControlAttrs<V>

FormControlAtrrs

Type parameters

  • V

Hierarchy

Index

Properties

Optional class

class: string

class is typically applied to the root level DOM of a widget's view.

Use it to define custom rules for styling specific widget instances.

Optional disabled

disabled: boolean

disabled indicates the control should not be interactable.

Optional error

error: string

error allows the control to be intialized in the invalid state with a message.

Optional label

label: string

label for the control.

Optional name

name: string

name of the control.

Used by controls to tag events with names.

Optional success

success: string

success allows the control to be intialized in the valid state with a message.

Optional value

value: V

value of the control.

Used to intialize controls and may also be the value of an Event.

Optional warning

warning: string

warning allows the control to be intilalized in the warn state with a message.

Generated using TypeDoc