Skip to content

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

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by action.
2Label LStringBig NumberlabelstringBig NumberComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7LockBooleanOFFlockbooleanfalseWhen ON, the component stays fixed even when the screen is scrolled.
When OFF, the component moves along with the screen scroll.
Added in v4.1.0.
8VariantSelection
1. Outline
2. Fill
3. Standard
OutlinevariantstringoutlinedComponent style
9Legacy DesignBooleanOFFThis is only effective when the Variant is set to Standard.
When ON, the component is displayed with the legacy design.
When OFF, the component is displayed with the new design.
Added in v4.1.0
10ColorString
Color Picker
colorstringComponent color
11Background ColorString
Color Picker
backgroundColorstringComponent background color
12Label ColorString
Color Picker
labelColorstringLabel color
13Input Text ColorString
Color Picker
inputColorstringInput text color
14DisabledBooleanOFFdisabledbooleanfalseComponent disabled state
15Read OnlyBooleanOFFreadOnlybooleanfalseComponent read-only state
16RequiredBooleanOFFrequiredbooleanfalseRequired input field setting
17VisibilityBooleanONvisibilitybooleantrueComponent visibility state
18Format LSelection
[Details 1]
[Details 1]formatstring[Details 1]Number format setting
19Symbol and Unit PositionSelection
1. None
2. Start
3. End
NoneinputAdornmentsPositionstringnoneSymbol/unit display position
20Symbol and UnitStringinputAdornmentsstringSymbol/unit text to display
21PlaceholderStringplaceholderstringPlaceholder text
22Helper TextStringhelperTextstringHelp description text
23ValueStringvalueBigNumber
24Change EventSelection
1. None
2. Action
3. Detached Action
NoneEvent setting when value changes
Detached Action became selectable in v4.1.0.
25ErrorerrorbooleanfalseError state display
26Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.
27Tab FocusSelection
1.[Component ID]
tabFocusstringNext focus component specification
Added in v3.3.0

[Details 1] Format

Dialog Property

LanguageFormat
Default1. None (default)
2. #,#
3. #,#.00
English1. None (default)
2. #,#
3. #,#.00
Japanese1. None (default)
2. #,#
3. #,#.00

Action Property

langformat
Default1. None (default)
2. #,#
3. #,#.00
English1. None (default)
2. #,#
3. #,#.00
Japanese1. None (default)
2. #,#
3. #,#.00

Event

Event nameDescription
onchangeOccurs when a value change is made and the cursor is moved out of the way.