Merge pull request #3568 from alphagov/fix-live-search-broadcast

Fix live search when selecting broadcast sub areas
This commit is contained in:
Chris Hill-Scott
2020-08-14 10:25:34 +01:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -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 }}