vue-multiselect
vue-multiselect copied to clipboard
TypeError: Cannot read property '$isLabel' of undefined
Hi,
this is very similar to #190 - it seems that function pointerAdjust() is the last one that you haven't touched yet. :)
error: TypeError: Cannot read property '$isLabel' of undefined at r.pointerAdjust at r.filteredOptions
Hmm, I'm now getting this. @dancvrcek did you get it sorted out?
I'm getting this too, likely related
For context (Sentry error)
I had this issue because I implemented the feature talked about in #1021 because it was trying to do select.pointerSet(index)
with an invalid value so I added a conditional to make sure the index >= 0 before calling pointerSet()
.