Skip to content

Commit

Permalink
Merge pull request #2004 from bcgov/fix/autocompleteSchoolsFilter
Browse files Browse the repository at this point in the history
turn off google autocomplete on school filter
  • Loading branch information
SodhiA1 authored Nov 15, 2024
2 parents 9de461a + 2b68a82 commit 15854a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/school/SchoolList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
variant="underlined"
item-value="schoolID"
item-title="schoolCodeName"
autocomplete="off"
:items="schoolSearchNames"
:clearable="true"
@update:model-value="searchButtonClick"
Expand Down

0 comments on commit 15854a0

Please sign in to comment.