for (let i = this.focusIndex + 1; i < len; i++) {
        if (!options[i].disabled && !options[i].hidden) {
          this.focusIndex = i;
          break;
        }