mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
Fix live search when selecting broadcast sub areas
It was targeting the wrong element because it hadn’t been updated to reflect that we’re now using the Design System checkboxes.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{{ form.select_all }}
|
||||
</div>
|
||||
|
||||
{{ live_search(target_selector='.multiple-choice', show=show_search_form, form=search_form, label='Or by electoral ward') }}
|
||||
{{ live_search(target_selector='.govuk-checkboxes__item', show=show_search_form, form=search_form, label='Or by electoral ward') }}
|
||||
|
||||
{{ form.areas }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user