gbv / jskos-vue

A suite of components and plugins for Vue 3 related to JSKOS.
https://gbv.github.io/jskos-vue/
MIT License
0 stars 1 forks source link

Add tagging via a vocabulary #4

Open stefandesu opened 3 years ago

stefandesu commented 3 years ago

Tagging with a vocabulary feels like a sensible use case for jskos-vue, so we should support it. Ideally we would add it to ItemSearch, but if that's too complicated, we should use @vueform/multiselect because it has this functionality built in and we only need to provide a method that delivers the search results.