Guillaume Larose
Guillaume Larose
Hey, I would like to add, it's not adding 2 gcds-select it's just the fact that it's somehow not reactive to the data being loaded. Adding a v-if="isDataLoaded" to the...
We built one in Vue on top of vue multiselect (https://vue-multiselect.js.org/), it's a pretty good starting point. 
Hi! See https://github.com/cds-snc/gcds-components/issues/684 for the same problem and a workaround
Hi, I was able to repro the bug on 0.26.3 using the stackblitz linked from #684 Thanks!
Vue uses the key property internally to manage what it re-renders. By changing the key property, it forces a re-render of the select with the new options. Can be seen...
 Just an example of a screen the user can see multiple times (adding more events to a trip) and our UX decided hiding items the user is expecting to...