rx/presenters

View on GitHub
views/mdc/components/hidden_field.erb

Summary

Maintainability
Test Coverage
<input class="v-input v-hidden-field"
       type="hidden"
       <% if comp.tag %>data-input-tag="<%= comp.tag %>"<% end %>
       <% if comp.dirtyable %>data-dirtyable<% end %>
       id="<%= comp.id %>" name="<%= comp.name %>" value="<%= comp.value %>"/>