How to disable `Text` value from being selected on...
# compose
a
How to disable
Text
value from being selected on long press? I have a
Text
element inside
Button
and while I long click on button, its text is being selected. Could not find how can I disable it.
It looks like this.
s
temporary solution is to add a long click modifier that does not do anything.
a
nice, thanks a lot.