Listbox - using multiple not working for Vue wrapper component with computed modelValue #1505
Unanswered
OliverGrimsley
asked this question in
Help
Replies: 1 comment
-
This happens if the value passed to the ListBox is not an array. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple wrapper component that works fine if I do not use
multiple
(the incoming data options is[{id: Number, name: String}]
:If I add
multiple
, i.e.I get an error upon clicking on the select box:
vue__WEBPACK_IMPORTED_MODULE_0__.toRaw(...).some is not a function
In looking at the component, something seems to be not working at or around line 643 at the toRaw function:
Would love to use for multiple selects too but could not figure this out . . .
Beta Was this translation helpful? Give feedback.
All reactions