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.
2LabelStringBig NumberlabelstringBig NumberComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7StyleSelection
1. Outline
2. Fill
3. Standard
OutlinevariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringComponent background color
10Label ColorString
Color Picker
labelColorstringLabel color
11Input Text ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseComponent disabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseComponent read-only state
14RequiredBooleanOFFrequiredbooleanfalseRequired input field setting
15VisibilityBooleanONvisibilitybooleantrueComponent visibility state
16FormatSelection
[Details 1]
[Details 1]formatstring[Details 1]Number format setting
17Symbol and Unit PositionSelection
1. None
2. Start
3. End
NoneinputAdornmentsPositionstringnoneSymbol/unit display position
18Symbol and UnitStringinputAdornmentsstringSymbol/unit text to display
19PlaceholderStringplaceholderstringPlaceholder text
20Helper TextStringhelperTextstringHelp description text
21ValueStringvalueBigNumber
22Change EventSelection
1. None
2. Action
NoneEvent setting when value changes
23ErrorerrorbooleanError state display
24Tab FocusSelection
1.[UI ID]
tabFocusstringNext focus component specification
Added in "v3.3.0"

[Details 1] Format

Dialog Property

LanguageFormat
Default
  • None (default)
  • #,#.##
  • #,#.00
  • English
  • None (default)
  • #,#.##
  • #,#.00
  • Japanese
  • None (default)
  • #,#.##
  • #,#.00
  • Action Property

    langformat
    Default
  • None (default)
  • #,#.##
  • #,#.00
  • English
  • None (default)
  • #,#.##
  • #,#.00
  • Japanese
  • None (default)
  • #,#.##
  • #,#.00
  • Event

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