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.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringBig Number
Widthstring222
Heightstring55
Xstring
Ystring
Variantoption
  • OUTLINED
  • FILLED
  • STANDARD
  • OUTLINED
    Colorstring
    color picker
    Background Colorstring
    color picker
    Label Colorstring
    color picker
    Input Colorstring
    color picker
    Disabledboolean
  • on
  • off
  • off
    Read Onlyboolean
  • on
  • off
  • off
    Requiredboolean
  • on
  • off
  • off
    Visibilityboolean
  • on
  • off
  • off
    FormatselectDetails 1Details 1
    Input Adornments Positionoptions
  • none
  • start
  • end
  • none
    Input Adornmentsstring
    Placeholderstring
    Helper textstring
    Change Eventoption
  • NONE
  • ACTION
  • NONE
    Valuestring

    Action

    ItemPropertiesData TypeOptionsDefault value
    IDidstringautomatic
    LabellabelstringBig Number
    Widthwidthstring222
    Heighthightstring55
    Xxstring
    Yystring
    Variantvariantstring
  • outlined
  • filled
  • standard
  • outlined
    Colorcolorstring
    Background ColorbackgroundColorstring
    Label ColorlabelColorstring
    Input ColorinputColorstring
    Disableddisabledboolean
  • true
  • false
  • false
    Read OnlyreadOnlyboolean
  • true
  • false
  • false
    Requiredrequiredboolean
  • true
  • false
  • false
    Visibilityvisibilityboolean
  • true
  • false
  • true
    FormatformatstringDetails 1None
    Input Adornments PositioninputAdornmentsPositionstring
  • none
  • start
  • end
  • none
    Input AdornmentsinputAdornmentsstring
    Placeholderplaceholderstring
    Helper texthelperTextstring
    ValuevalueBigNumber
    Errorerrorboolean

    Tips

    [Details 1] Format

    LanguageFormatlangformat
    Default
  • None (default)
  • #,#.##
  • #,#.00
  • Default
  • None (default)
  • #,#.##
  • #,#.00
  • English
  • None (default)
  • #,#.##
  • #,#.00
  • English
  • None (default)
  • #,#.##
  • #,#.00
  • Japanese
  • None (default)
  • #,#.##
  • #,#.00
  • Japanese
  • None (default)
  • #,#.##
  • #,#.00
  • Tips

    Event

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