Introduce SelectableLabel #344
enisn
announced in
Announcements
Replies: 1 comment
-
Awesome.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unfortunately, built-in MAUI labels can't be selected. Sometimes you need a text that can be selected by user. So the following PR implements a new control named
SelectableLabel
. It will be available inv2.5
#343
It's exactly the same as the regular MAUI label but it's selectable.
Beta Was this translation helpful? Give feedback.
All reactions