Sha256: 7f4544b574a0c12247898bc7bcd6dac6693191a72965906f2176aa05bcef80e3
Contents?: true
Size: 1001 Bytes
Versions: 8
Compression:
Stored size: 1001 Bytes
Contents
<div id="<%= comp.id %>" class="v-input v-text-field mdc-text-field mdc-text-field--textarea <% if comp.disabled %>mdc-text-field--disabled<% end %>" <% if comp.input_tag %>data-input-tag="<%= comp.input_tag %>"<% end %> <% if comp.dirtyable %>data-dirtyable<% end %> style="<%= 'width:100%' if comp.full_width %>"> <textarea id="<%= comp.id %>-input" name="<%= comp.name %>" class="mdc-text-field__input" aria-controls="<%= comp.id %>-input-helper-text" <%= 'required' if comp.required %> rows="<%= comp.rows %>" cols="<%= comp.cols %>" <% if comp.disabled %>disabled<% end %>><%= comp.value %></textarea> <%= partial "components/shared/input_label", :locals => {comp: comp} if comp %> </div> <%= partial "components/shared/hint_error_display", :locals => {comp: comp} if comp %> <%= partial "components/tooltip", :locals => {comp: comp.tooltip, parent_id: comp.id} if comp.tooltip%>
Version data entries
8 entries across 8 versions & 1 rubygems