Number Field
Number Field is a component for entering numerical values.
Properties
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|---|---|---|---|---|---|---|
| 1 | ID | String | Auto-generated | id | string | Auto-generated | The [id] property cannot be set by actions. |
| 2 | Label | String | Number Field | label | string | Number Field | Component label |
| 3 | Width | String | 222 | width | string | 222 | Component width |
| 4 | Height | String | 55 | height | string | 55 | Component height |
| 5 | X | String | x | string | X coordinate position | ||
| 6 | Y | String | y | string | Y coordinate position | ||
| 7 | Variant | Selection 1.Outlined 2.Filled 3.Standard | Outlined | variant | string | outlined | Component style |
| 8 | Color | String Color Picker | color | string | Component color | ||
| 9 | Background Color | String Color Picker | backgroundColor | string | Background color | ||
| 10 | Label Color | String Color Picker | labelColor | string | Label text color | ||
| 11 | Input Color | String Color Picker | inputColor | string | Input text color | ||
| 12 | Disabled | Boolean | OFF | disabled | boolean | false | Component disabled/enabled state |
| 13 | Read Only | Boolean | OFF | readOnly | boolean | false | Read-only mode |
| 14 | Required | Boolean | OFF | required | boolean | false | Required input field specification |
| 15 | Visibility | Boolean | ON | visibility | boolean | true | Component show/hide |
| 16 | Format | Selection[Detail 1] | [Detail 1] | format | string | [Detail 1] | Number display format |
| 17 | Input Alignment | Selection 1. Left 2. Center 3. Right | Left | inputAlignment | string | left | Input text alignment Added in "v3.3.0" |
| 18 | Input Adornments Position | Selection 1.None 2.Start 3.End | None | inputAdornmentsPosition | string | none | Symbol and unit display position |
| 19 | Input Adornments | String | inputAdornments | string | Symbol and unit to display | ||
| 20 | Placeholder | String | placeholder | string | Placeholder text | ||
| 21 | Helper Text | String | helperText | string | Helper text | ||
| 22 | Change Event | Selection 1.None 2.Action | None | Event setting for value changes | |||
| 23 | Value | String | value | number | Number field value | ||
| 24 | Error | error | boolean | Error state | |||
| 25 | Tab Focus | Selection 1.[UI ID] | tabFocus | string | Next focus component specification Added in "v3.3.0" |
[Details 1] Format
Dialog Property
| Language | Format |
|---|---|
| Default | 1. None (default) 2. #,#.## 3. #,#.00 |
| English | 1. None (default) 2. #,#.## 3. #,#.00 |
| Japanese | 1. None (default) 2. #,#.## 3. #,#.00 |
Action Property
| lang | format |
|---|---|
| Default | 1. none (default) 2. #,#.## 3. #,#.00 |
| English | 1. none (default) 2. #,#.## 3. #,#.00 |
| Japanese | 1. none (default) 2. #,#.## 3. #,#.00 |
Event
| Event name | Description |
|---|---|
| onchange | Occurs when a value change is made and the cursor is moved out of the way. |