cartodb-4.42/lib/assets/javascripts/cartodb/common/edit_fields/edit_field.jst.ejs

2 lines
100 B
Plaintext
Raw Normal View History

2024-04-06 13:25:13 +08:00
<input type="text" class="Form-input" value="<%- value %>" <% if (readOnly) { %> readonly <% } %>/>