* finish task #2781.
This commit is contained in:
@@ -12,7 +12,7 @@ $(function()
|
||||
}).on('keyup change paste', 'input', function()
|
||||
{
|
||||
var val = $(this).val().toLowerCase();
|
||||
var $options = $(this).closest('ul.dropdown-menu.with-search').find('.option');
|
||||
var $options = $(this).closest('.dropdown-menu.with-search').find('.option');
|
||||
if(val == '') return $options.removeClass('hide');
|
||||
$options.each(function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user