Guillaume Larose

Results 6 comments of 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. ![image](https://github.com/user-attachments/assets/b910a733-3758-41b3-9321-9a060f21d3cc)

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...

![Image](https://github.com/user-attachments/assets/6da78e1b-895c-46f4-a657-77fceb82092c) 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...