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.
Tips
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Big Number | |
Width | string | 222 | |
Height | string | 55 | |
X | string | ||
Y | string | ||
Variant | option | OUTLINED | |
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Input Color | string color picker | ||
Disabled | boolean | off | |
Read Only | boolean | off | |
Required | boolean | off | |
Visibility | boolean | off | |
Format | select | Details 1 | Details 1 |
Input Adornments Position | options | none | |
Input Adornments | string | ||
Placeholder | string | ||
Helper text | string | ||
Change Event | option | NONE | |
Value | string |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
ID | id | string | automatic | |
Label | label | string | Big Number | |
Width | width | string | 222 | |
Height | hight | string | 55 | |
X | x | string | ||
Y | y | string | ||
Variant | variant | string | outlined | |
Color | color | string | ||
Background Color | backgroundColor | string | ||
Label Color | labelColor | string | ||
Input Color | inputColor | string | ||
Disabled | disabled | boolean | false | |
Read Only | readOnly | boolean | false | |
Required | required | boolean | false | |
Visibility | visibility | boolean | true | |
Format | format | string | Details 1 | None |
Input Adornments Position | inputAdornmentsPosition | string | none | |
Input Adornments | inputAdornments | string | ||
Placeholder | placeholder | string | ||
Helper text | helperText | string | ||
Value | value | BigNumber | ||
Error | error | boolean |
Tips
[Details 1] Format
Language | Format | lang | format |
---|---|---|---|
Default | Default | ||
English | English | ||
Japanese | Japanese |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made and the cursor is moved out of the way. |