Integer input
Integer input
Directive: o-integer-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 | Default |
---|---|---|
grouping no | false | yes | true |
Indicates whether or not to group the thousand digits |
yes |
locale string. Values like es, en, ... |
Configured language locale |
Application configured locale |
max number |
Specifies the maximum value for the component |
|
min number |
Specifies a minimum value for the component |
|
step number |
Specifies the numeric interval for the incrementing / decrementing the component value |
1 |
thousand-separator string |
Thousand digits chacarter separator (in case of grouping) |
Comma (,) |
Inherited outputs
-
from FormDataComponent:
- onChange
- onValueChange
-
from o-text-input:
- onBlur
- onFocus