How can one disable selection on `Text` or filter ...
# compose
g
How can one disable selection on
Text
or filter all touch events?
s
Can't disable selection yet but we planned to add it. Can you please provide the use case? It will help us to see the urgency and needs better.
g
Oh, OK. Can't get into much detail now, but my application has a screen with a simple scrolling list of events. Each list item is just an icon and one line of text. It's a basic use case, selection's just not a thing there 😅
I'm using a
ClickableText
as a workaround for now, with a dummy callback
👍 1