Skip to content

Commit

Permalink
Fix place filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mau Zsofia Abraham committed Oct 2, 2024
1 parent 21346ef commit 98ca3f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/explore-samples-form-window-content.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const openSearchResultsWindow = function () {
<label for="place">Place</label>
<TagsSelect
v-model="places"
:filter-function="(i, _j) => i"
:options="placeOptions"
placeholder="Search for counries, regions or settlements..."
></TagsSelect>
Expand All @@ -226,6 +227,7 @@ const openSearchResultsWindow = function () {
<label for="place">Speaker identifier</label>
<TagsSelect
v-model="persons"
:filter-function="(i, _j) => i"
:options="personOptions"
placeholder="Search for speaker identifiers eg. Beja1..."
></TagsSelect>
Expand Down

0 comments on commit 98ca3f3

Please sign in to comment.