IInput

23 Sep 20251 minute to read

Default required properties for input components.

Properties

change Function

Sets the change event mapping function to input.

cssClass string

Sets the css class value to input.

enableRtl boolean

Sets the enable rtl value to input.

enabled boolean

Sets the enabled value to input.

floatLabelType FloatLabelType|string

Specifies how the floating label works.
Possible values are:

  • Never - Never float the label in the input when the placeholder is available.
  • Always - The floating label will always float above the input.
  • Auto - The floating label will float above the input after focusing or entering a value in the input.

placeholder string

Sets the placeholder value to input.

readonly boolean

Sets the readonly value to input.

showClearButton boolean

Specifies whether to display the Clear button in the input.