Hi guys, I'm using a compose TextField I want to p...
# android
s
Hi guys, I'm using a compose TextField I want to paste text at the beginning of a word But when i long press cursor, the word after cursor is selected instead of exposing the context menu how do i do?
b
should go in #compose but you need to wrap the
TextField
in a
SelectionContainer
s
thanks!