The NumberInput component is a component for the formatted input of numbers.
Properties
|
Type |
Name |
Description |
|---|---|---|
|
INPUT |
Class |
Specifies additional CSS classes of the components. |
|
INPUT |
Editable |
Indicates whether the component is editable. |
|
BOOLEAN |
Visibility |
Indicates whether the component is visible. |
|
INPUT |
Label |
Specifies the name of the component. |
|
INPUT |
Placeholder |
Is a placeholder in the input field. |
|
SELECT |
Input Type |
Specifies the type of input field:
|
|
INPUT |
Prepend |
Specifies the value that precedes the input field on the left. |
|
INPUT |
Append |
Specifies the value that is inserted to the right after the input field. |
|
NUMBER |
Decimal Places |
Specifies the number of decimal places. |
|
SELECT |
Decimal Separator |
Specifies which decimal character is used. With auto, the decimal separator of the user's language is used. |
|
SELECT |
Thousands Separator |
Specifies which character is used for the thousands separator. With auto, the thousands separator of the user's language is used. |
|
NUMBER |
Min |
Specifies the minimum size of the number entered. |
|
NUMBER |
Max |
Specifies the maximum size of the number entered. |