multiselect
multiselect copied to clipboard
t.map is not a function - multiselect component unable to select from array of option objects
Version
- Vue version: 3
Description
When :options is an array of objects containing label and value keys, when an option is selected, for following TypeError is thrown:
t.map is not a function
at ej (vue.global.prod.js:5:10749)
at vue.global.prod.js:5:10934
at Array.map (
Demo
For reference, this issue also exists on Vueforms demo attempting to select an option from example 3 or example 5: https://jsfiddle.net/xajub20o/