Skip to main content

Text Field

This field is for entering various types of text information, such as text, passwords, or emails.

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 : A cursor element presented when the field is ready for text input
4. Place Holder : A label providing context for what to input in the text field
5. Suffix : An optional area that provides context for the input value with text or icon



States

StateValueDescription
ValueStringText information entered in the text field
FocusedTrue / FalseBecomes True when the text field is recognized upon touch or voice interaction
DisabledTrue / FalseIf True, the text field cannot be accessed or edited. Focused state does not activate
Read OnlyTrue / FalseIf True, the text field allows access to the value but does not permit modification. Focused state is active
InvalidTrue / FalseState that checks whether the input value is valid

text_status.svg

Typing Interaction

typing_interaction.svg

Properties

PropertyValueDescription
TypeText / Tel / Url / Email / PasswordType of text field
SizeMedium, SmallSize of the text field

text_type.svg