
1. Root : The top-level container area that wraps the entire number field
2. Label : The element entered by the user
3. Cursor : The cursor element that is provided when you can enter text
4. Field : The area where the user enters information
States
State | Value | Description |
---|
Value | String | Text information entered in the Text Field |
Focused | True / False | Switch to True when the Text Field area is recognized during touch or voiceover access |
Disabled | True / False | If True, access to the Text Field is disabled. The focused state does not work |
Read Only | True / False | If True, the Text Field can access the input value but cannot change it. The focused state is active |
Invalid | True / False | A state that checks whether the input value is valid or not |

Properties
State | Value | Description |
---|
Size | Large, Medium | The size of the text field |
