Skip to content

Commit

Permalink
Merge pull request #6511 from dmarcoux/fix-autocomplete-in-group-memb…
Browse files Browse the repository at this point in the history
…ers-add-user-modal

Fix autocomplete in group members' Add User modal
  • Loading branch information
bgeuken committed Dec 7, 2018
2 parents 89be92e + e309c16 commit bb6952b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%span.input-group-text#add-user-search-icon
%i.fa.fa-search
%i.fas.fa-spinner.fa-spin.d-none
= text_field_tag 'group[userid]', '', required: true, placeholder: 'Type to autocomplete...', class: 'form-control'
= text_field_tag 'group[userid]', '', required: true, placeholder: 'Type to autocomplete...', class: 'form-control'
.modal-footer
= render partial: 'webui2/shared/dialog_action_buttons'

Expand Down

0 comments on commit bb6952b

Please sign in to comment.