crystalchan
1
Q:

how to allow text to be copied in an input element ionic

Add the following code to your variable.scss file:

* {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
0

New to Communities?

Join the community