FloatingLabelType

Defines the available floating label types allowed on input controls.

Values

  • Always - The floating label is always floating regardless of the input being focused.
  • Auto - The floating label only floats when the input is focused or when there is a value in the input.
  • Never - The floating label never floats and is treated like a placeholder on the input.

On This Page