%= content_tag component.tag_name, component.html_options do %>
<%= component.placeholder %>
<%= tao_icon :arrow_right %>
<%= tao_slide_box direction: 'rtl', size: '-40', without_padding: true, modal: true, class: 'slide-box' do %>
<%= component.render_result %>
<%= component.render_list %>
<% if component.multiple %>
<%= link_to component.t(:ok), 'javascript:;', class: 'button button-block button-ok' %>
<% end %>
<% end %>
<% end %>