|
@@ -542,6 +542,7 @@
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (this.options.length === 0 || this.filteredOptionsCount === 0) return;
|
|
if (this.options.length === 0 || this.filteredOptionsCount === 0) return;
|
|
|
|
+ this.optionsAllDisabled = this.options.length === this.options.filter(item => item.disabled === true).length;
|
|
if (!this.optionsAllDisabled) {
|
|
if (!this.optionsAllDisabled) {
|
|
if (direction === 'next') {
|
|
if (direction === 'next') {
|
|
this.hoverIndex++;
|
|
this.hoverIndex++;
|