Skip to content

Text Field

Text field is a component for entering text strings.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringText FieldlabelstringText 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
16Input AlignmentSelection
1. Left
2. Center
3. Right
LeftinputAlignmentstringleftInput text alignment
Added in "v3.3.0"
17Input Adornments PositionSelection
1. None
2. Start
3. End
NoneinputAdornmentsPositionstringnoneSymbol and unit display position
18Input AdornmentsStringinputAdornmentsstringSymbol and unit to display
19Input TypeSelection
1. Any
2. Phone
3. Email
AnyinputTypestringanyInput value validation type
20Country CodeSelectionJapancountryCodestringJAPhone number country code
21PlaceholderStringplaceholderstringPlaceholder text
22Helper TextStringhelperTextstringHelper text
23Input Error MessageStringYour input is incompleteinputErrorMessagestringMessage for input errors
24ValueStringvaluestringText field value
25Change EventSelection
1. None
2. Action
NoneEvent setting for value changes
26ErrorerrorbooleanfalseError state
27Tab FocusSelection
1.[UI ID]
tabFocusstringNext focus component specification
Added in "v3.3.0"

Event

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