mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 16:13:24 -04:00
Merge pull request #2561 from alphagov/always-show-checked-search
Always show checked items in live search
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
let content = $('.live-search-relevant', this).text() || $(this).text();
|
||||
|
||||
if ($(this).has(':checked').length) {
|
||||
$(this).show();
|
||||
return;
|
||||
}
|
||||
|
||||
if (query == '') {
|
||||
$(this).css('display', '');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user