<div class='type'>Function</div>


<a id='references'></a>


<h2 id="gettextafterselection-maxchars">getTextAfterSelection</h2>

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


```kotlin
fun TextFieldValue.getTextAfterSelection(maxChars: Int): AnnotatedString
```


Returns the text after the selection.

#### Parameters

| | |
| --- | --- |
| maxChars | maximum number of characters (exclusive) after the maximum value in `TextFieldValue.selection`. |