Skip to main content

Text Field

A field for entering various text information such as text, password, email, etc.

text_anatomy.svg

1. Root : The top-level container area that wraps the entire text field
2. Field : The area where the user enters information
3. Cursor : The cursor element that is provided when you can enter text
4. Place Holder : A label that provides context for the text field information that needs to be entered
5. Suffix : (Optional) An area that displays the context of the value to be written in the text field as text or an icon



States

StateValueDescription
ValueStringText information entered in the text field
FocusedTrue / FalseSwitch to True when the text field area is recognized during touch or voice access
DisabledTrue / FalseIf True, input and access to the text field are disabled. The focused state does not work
Read OnlyTrue / FalseIf True, the text field can access the input value but cannot change it. The focused state is working
InvalidTrue / FalseA state that checks whether the input value is valid or not

text_status.svg

Typing Interaction

typing_interaction.svg



Properties

PropertyValueDescription
TypeText / Tel / Url / Email / PasswordThe type of the text field
SizeMedium, SmallThe size of the text field

text_type.svg