Tiago Taraczuk
08/03/2021, 7:09 PMSelectionContainer
?Rick Regan
08/04/2021, 1:10 AMClipboardManager
as outlined in this thread (https://kotlinlang.slack.com/archives/CJLTWPH7S/p1624297234089700) you should then be able to use getText()
.abu naser
09/01/2022, 10:58 AMtextFieldValueState.getSelectedText()
textFieldValueState.getTextAfterSelection(Int.MAX_VALUE)
textFieldValueState.getTextBeforeSelection(Int.MAX_VALUE)
so that might help to someone who also need the same thing . as i search here for something after failed on stackoverflow . there is only java and some kotlin solution ..