Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LabelStates

remarks

@since 2.5.0

Hierarchy

Index

Properties

active?: boolean

Boolean if the label should gain the active state. This should normally be enabled whenever the <input>/<textarea> gain focus. This is really more for text input than anything else, and probably shouldn't be used for checkbox, radio or switch components.

disabled?: boolean

Boolean if the label should gain the disabled state.

error?: boolean

Boolean if the label should gain the error state.

Generated using TypeDoc