vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

TypeError: Cannot read property '$isLabel' of undefined

Open dancvrcek opened this issue 5 years ago • 4 comments

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

dancvrcek avatar Feb 10 '20 23:02 dancvrcek

Hmm, I'm now getting this. @dancvrcek did you get it sorted out?

seanhudson avatar Apr 06 '20 00:04 seanhudson

I'm getting this too, likely related

jaywilburn avatar Jun 30 '20 19:06 jaywilburn

For context (Sentry error)

Screen Shot 2020-06-30 at 2 49 19 PM

jaywilburn avatar Jun 30 '20 19:06 jaywilburn

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

callistino avatar Sep 01 '21 16:09 callistino