fixes tabbing issue with roles search box

pull/235/head
jwollert 11 years ago
parent 8af54fb658
commit b254cd15b3
  1. 1
      app/views/members/_member_form_non_impaired.html.erb

@ -22,6 +22,7 @@
<%= select_tag 'member[role_ids]', options_for_select(options),
:title => l(:label_role_search),
:multiple => true,
:tabIndex => 0,
:class => "select2-select" %>
</label>
</div>

Loading…
Cancel
Save