<% if comp float_label = comp.options.select{|o| o.selected }.any? %>
data-input-tag="<%= comp.tag %>"<% end %> <% if comp.dirtyable %>data-dirtyable<% end %> <%= 'style="width: 100%;"' if comp.full_width %>> <%= erb :"components/icon", :locals => {comp: comp.icon, class_name: 'mdc-select__icon', parent_id: "#{comp.id}-input", size_class: '', position: []} %> <% if comp.outlined %>
<% else %>
<% end %>
<%= erb :"components/shared/hint_error_display", :locals => {comp: comp} %> <%= erb :"components/tooltip", :locals => {comp: comp.tooltip, parent_id: comp.id} %> <% end %>