Replace add userby email textinput in admin/roles#show with searchable combobox

This commit is contained in:
Nishanth Vijayan 2016-03-09 17:41:28 +05:30
parent 877402e837
commit 2f1052df1a
7 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,3 @@
$(function () {
$('.selectpicker').selectpicker();
});