Text input

Text input

Directive: o-text-input

Inherited inputs

  • from FormDataComponent:
    • attr
    • automatic-binding
    • automatic-registering
    • clear-button
    • data
    • enabled
    • hide-required-marker
    • label
    • label-visible
    • read-only
    • required
    • sql-type
    • tooltip
    • tooltip-position
    • tooltip-show-delay
    • validators
    • width

Inputs

Name Description

max-length

number

Specifies the maximum number of characters allowed in the component

min-length

number

Specifies the minimum number of characters required in the component

Inherited outputs

Outputs

Name Description

onBlur

Event triggered when component loses the focus

onFocus

Event triggered when component gains the focus

Updated: