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

```kotlin
None,
```

No selection is active in this TextField. This is the initial state of the TextField. 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. 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.