Text Field
Text field is a component for entering text strings.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Text 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 | |
Input Adornments Position | options | none | |
Input Adornments | string | ||
Input Type | Selection | Any | |
Country Code | Selection | Japan | |
Placeholder | string | ||
Helper Text | string | ||
Input Error Messages | string | Your input is incomplete | |
Event | option | NONE | |
Value | string |
Action
項目 | Properties | Data Type | Options | Default value |
---|---|---|---|---|
ID | id | string | automatic | |
Label | label | string | Text Field | |
Width | width | string | 222 | |
Height | hight | string | 55 | |
X | x | string | ||
Y | y | string | ||
Variant | variant | string | outlined | |
Color | color | string | ||
Background Color | backgroundColor | string | ||
Label Color | labelColor | string | ||
Input Color | inputColor | string | ||
Disabled | disabled | boolean | false | |
Read Only | readOnly | boolean | false | |
Required | required | boolean | false | |
Visibility | visibility | boolean | true | |
Input Adornments Position | inputAdornmentsPosition | string | none | |
Input Adornments | inputAdornments | string | ||
Input Type | inputType | string | Any | |
Country Code | countryCode | string | JA | |
Placeholder | placeholder | string | ||
Helper Text | helperText | string | ||
Input Error Messages | inputErrorMessage | string | ||
Value | value | string | ||
Error | error | boolean |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made and the cursor is moved out of the way. |