- add controlled geoera vocabular for tethys keywords
All checks were successful
CI Pipeline / japa-tests (push) Successful in 54s

- add new SearchCategoryAutocomplete.vue for autocomplete search with filtered categories
- npm updates
This commit is contained in:
Kaimbacher 2023-05-24 16:58:52 +02:00
parent 440fdb9fa7
commit 092a8a1c12
8 changed files with 562 additions and 99 deletions

View file

@ -144,7 +144,7 @@ let search = ref('');
let data = reactive({
search: search,
isOpen: false,
results: [],
results: [] as Array<any>,
});
let error = ref('');
let selectedIndex: Ref<number> = ref(0);