Note that there are some explanatory texts on larger screens.

plurals
  1. POReadonly Textbox Highlighted in Chrome
    primarykey
    data
    text
    <p>I have two readonly textboxes that's loaded when the modal is called. The first readonly textbox's text is highlighted in blue.</p> <p><img src="https://i.stack.imgur.com/iNkL2.png" alt="enter image description here"></p> <p>This only happens in google chrome. Any idea how to remove the blue highlight? It's the same as clicking on the text and dragging the cursor because when I press ctrl+c, the "Show These Columns" text is copied.</p> <p>Thank you.</p> <pre><code>&lt;div id="groupvalidator-for-VisibleColumnsList" class="groupvalidator editor-container"&gt; &lt;input value="Show These Columns" class="editor-group-header " data-val="true" data-val-groupvalidator="You must select at least one column to display." data-val-groupvalidator-pattern="ul.sortable li" data-val-groupvalidator-target="editor-for-VisibleColumnsList" data-val-groupvalidator-title="Column Required" id="VisibleColumnsListValidationHeader" name="VisibleColumnsListValidationHeader" readonly="true" type="text""&gt; &lt;span class="field-validation-valid" data-valmsg-for="VisibleColumnsListValidationHeader" data-valmsg-replace="true" style="display: none;"&gt; &lt;span for="VisibleColumnsListValidationHeader" generated="true"&gt; &lt;span class="ico-caution"&gt;&lt;/span&gt; &lt;strong&gt;&lt;/strong&gt; &lt;br&gt; &lt;br&gt; &lt;/span&gt; &lt;/span&gt; &lt;/div&gt; </code></pre> <p>jQuery:</p> <pre><code>&lt;script type="text/javascript"&gt; $(function () { $(".editor-group-header").each(function () { $(this).attr('size', $(this).val().length); }); }); &lt;/script&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload