-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the bug
When using v-select with multiple
and reduce
, if your v-model
already has tags, it does not load the tags properly.
To Reproduce
Steps to reproduce the behavior:
- Add v-select with multiple, v-model, options (should be an array of Objects) and a reducer.
- Add pre-determined tags into the v-model data binding
- Load v-select and the tags will not be loaded properly onto the component, despite having the value set as an array of tags
- When you click on a tag from here, it will wipe the existing array values and start a new array with the newly selected tag.
Expected behavior
The tags should show on v-select.
Desktop (please complete the following information):
- macOS Mojave 10.14.3
- Chrome
- 73.0.3683.103
Smartphone (please complete the following information):
n/a
Additional context
This seems to occur when the component loads before the data is loaded on the page.