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

```kotlin
Selection,
```

Selection handle is displayed for this TextField. User can drag the selection handle to
change the selected text. 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 tap on the text, the TextField will
exit this state and enters [HandleState.Cursor](/jetpack-compose/androidx.compose.foundation/foundation/classes/HandleState.Cursor) state.