Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #copied #input #element #ionic
ADD COMMENT
Topic
Name
4+7 =