0

how can I allow the users to select text of a readonly bootstrap textarea. Thats my current code:

   <div class="form-group">
   <textarea class="form-control" id="exampleTextarea" rows="3" readonly style="height: 200px; max-width: 100%;"></textarea>
   </div>

CSS:

    .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #F5F5F5;
    color: #888888;
}

Thank you With best regards

Enge
  • 113
  • 6

0 Answers0