data-input-tag="<%= comp.tag %>"<% end %> <% if comp.dirtyable %>data-dirtyable<% end %> <% if comp.height %>data-initial-height="<%= comp.height %>"<% end %> <% if comp.resizable %>data-resizable<% end %> <% if comp.disabled %>disabled<% end %>>
> <%= comp.value %>
<%= comp.hint%> <%= erb :"components/tooltip", :locals => {comp: comp.tooltip, parent_id: comp.id} %>