Commit 7c54a34b authored by Simon Knox's avatar Simon Knox Committed by Jose Ivan Vargas

clear input after selection

parent a7dfa495
......@@ -151,6 +151,7 @@
success: this.updateApproverList,
complete() {
$select.select2('val', '');
$('.js-select-user-and-group').select2('val', '');
$('.load-wrapper').addClass('hidden');
},
error(err) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment