Skip to content

Commit 140590d

Browse files
authored
Merge pull request #1803 from nachodd/patch-1
Fix $isLabel issue
2 parents 2c7335b + 1b17006 commit 140590d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pointerMixin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export default {
131131
}
132132

133133
if (this.filteredOptions.length > 0 &&
134+
this.filteredOptions[this.pointer] &&
134135
this.filteredOptions[this.pointer].$isLabel &&
135136
!this.groupSelect
136137
) {

0 commit comments

Comments
 (0)