<div class='sourceset sourceset-common'>Common</div>

```kotlin
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](/jetpack-compose/androidx.compose.foundation/foundation/classes/HandleState.None) state. If the user long click on the text and start selection, the
TextField will exit this state and enters [HandleState.Selection](/jetpack-compose/androidx.compose.foundation/foundation/classes/HandleState.Selection) state. Also notice that
TextField won't enter this state if the current input text is empty.