Number Field
Number Field is a component for entering numerical values.
Tips
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Number Field | |
Width | string | 222 | |
Height | string | 55 | |
X | string | ||
Y | string | ||
Variant | option | OUTLINED | |
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Input Color | string color picker | ||
Disabled | boolean | off | |
Read Only | boolean | off | |
Required | boolean | off | |
Visibility | boolean | off | |
Format | select | Details 1 | Details 1 |
Input Adornments Position | options | none | |
Input Adornments | string | ||
Placeholder | string | ||
Helper text | string | ||
Change Event | option | NONE | |
Value | string |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | string | automatic | ||
label | string | Number Field | ||
width | string | 222 | ||
hight | string | 55 | ||
x | string | |||
y | string | |||
variant | string | outlined | ||
color | string | |||
backgroundColor | string | |||
labelColor | string | |||
inputColor | string | |||
disabled | boolean | false | ||
readOnly | boolean | false | ||
required | boolean | false | ||
visibility | boolean | true | ||
format | string | Details 1 | None | |
inputAdornmentsPosition | string | none | ||
inputAdornments | string | |||
placeholder | string | |||
helperText | string | |||
value | number | |||
error | boolean |
Tips
[Details 1] Format
Language | Format | 言語 | format |
---|---|---|---|
Default | Default | ||
English | English | ||
Japanese | Japanese |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made and the cursor is moved out of the way. |