Text
OTextInputComponent
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
- select-all-on-click
- sql-type
- tooltip
- tooltip-position
- tooltip-show-delay
- validators
- width
Inputs
Name | Since | 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 |
regulate-pattern string | 15.2.2 | Specifies regex pattern to restrict the inputs |
string-case uppercase | lowercase | default | 15.2.0 | Show the characters always in uppercase, lowercase or by default, that is, in upper or lower case respecting how the text is entered |
Inherited outputs
- from FormDataComponent:
- onBlur
- onChange
- onFocus
- onValueChange