Skip to content

Number Field

Number Field is a component for entering numerical values.

Properties

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringNumber FieldlabelstringNumber FieldComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7VariantSelection
1.Outlined
2.Filled
3.Standard
OutlinedvariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel text color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
14RequiredBooleanOFFrequiredbooleanfalseRequired input field specification
15VisibilityBooleanONvisibilitybooleantrueComponent show/hide
16FormatSelection
[Detail 1]
[Detail 1]formatstring[Detail 1]Number display format
17Input AlignmentSelection
1. Left
2. Center
3. Right
LeftinputAlignmentstringleftInput text alignment
Added in "v3.3.0"
18Input Adornments PositionSelection
1.None
2.Start
3.End
NoneinputAdornmentsPositionstringnoneSymbol and unit display position
19Input AdornmentsStringinputAdornmentsstringSymbol and unit to display
20PlaceholderStringplaceholderstringPlaceholder text
21Helper TextStringhelperTextstringHelper text
22Change EventSelection
1.None
2.Action
NoneEvent setting for value changes
23ValueStringvaluenumberNumber field value
24ErrorerrorbooleanError state
25Tab FocusSelection
1.[UI 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.