Big Number
Big Number is a component for entering numbers that require precision (BigNumber). In the action, the property value corresponds to an object of type BigNumber. To make it a BigNumber type, the object must be created as BigNumber(number). Since BigNumber uses library bignumber.js internally, please refer to the official documentation of bignumber.js for each API, including the four arithmetic operations.
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 action. |
| 2 | Label | String | Big Number | label | string | Big Number | 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 | Style | Selection 1. Outline 2. Fill 3. Standard | Outline | variant | string | outlined | Component style |
| 8 | Color | String Color Picker | color | string | Component color | ||
| 9 | Background Color | String Color Picker | backgroundColor | string | Component background color | ||
| 10 | Label Color | String Color Picker | labelColor | string | Label color | ||
| 11 | Input Text Color | String Color Picker | inputColor | string | Input text color | ||
| 12 | Disabled | Boolean | OFF | disabled | boolean | false | Component disabled state |
| 13 | Read Only | Boolean | OFF | readOnly | boolean | false | Component read-only state |
| 14 | Required | Boolean | OFF | required | boolean | false | Required input field setting |
| 15 | Visibility | Boolean | ON | visibility | boolean | true | Component visibility state |
| 16 | Format | Selection[Details 1] | [Details 1] | format | string | [Details 1] | Number format setting |
| 17 | Symbol and Unit Position | Selection 1. None 2. Start 3. End | None | inputAdornmentsPosition | string | none | Symbol/unit display position |
| 18 | Symbol and Unit | String | inputAdornments | string | Symbol/unit text to display | ||
| 19 | Placeholder | String | placeholder | string | Placeholder text | ||
| 20 | Helper Text | String | helperText | string | Help description text | ||
| 21 | Value | String | value | BigNumber | |||
| 22 | Change Event | Selection 1. None 2. Action | None | Event setting when value changes | |||
| 23 | Error | error | boolean | Error state display | |||
| 24 | 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 | |
| English | |
| Japanese |
Action Property
| lang | format |
|---|---|
| Default | |
| English | |
| Japanese |
Event
| Event name | Description |
|---|---|
| onchange | Occurs when a value change is made and the cursor is moved out of the way. |