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.
2Label LStringNumber FieldlabelstringNumber FieldComponent 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.Outlined
2.Filled
3.Standard
OutlinedvariantstringoutlinedComponent 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
backgroundColorstringBackground color
12Label ColorString
Color Picker
labelColorstringLabel text color
13Input ColorString
Color Picker
inputColorstringInput text color
14DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
15Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
16RequiredBooleanOFFrequiredbooleanfalseRequired input field specification
17VisibilityBooleanONvisibilitybooleantrueComponent show/hide
18Format LSelection
[Detail 1]
[Detail 1]formatstring[Detail 1]Number display format
19Input AlignmentSelection
1. Left
2. Center
3. Right
LeftinputAlignmentstringleftInput text alignment
Added in v3.3.0
20Input Adornments PositionSelection
1.None
2.Start
3.End
NoneinputAdornmentsPositionstringnoneSymbol and unit display position
21Input AdornmentsStringinputAdornmentsstringSymbol and unit to display
22PlaceholderStringplaceholderstringPlaceholder text
23Helper TextStringhelperTextstringHelper text
24Change EventSelection
1.None
2.Action
3. Detached Action
NoneEvent setting for value changes
Detached Action became selectable in v4.1.0.
25ValueStringvaluenumberNumber field value
26ErrorerrorbooleanfalseError state
27Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.
28Tab 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.