Class

HandleState.Cursor

Cursor handle is displayed for this TextField.

Common
Cursor,

Cursor handle is displayed for this TextField. User can drag the cursor handle to change the cursor position. If the user start editing the text, the TextField will exit this state and enters HandleState.None state. If the user long click on the text and start selection, the TextField will exit this state and enters HandleState.Selection state. Also notice that TextField won't enter this state if the current input text is empty.