reset the focus index setting.

This commit is contained in:
郑敏 2018-06-07 10:07:34 +08:00
parent 21f6940672
commit fdc71ffe95

View file

@ -381,7 +381,7 @@
}
optionCounter = optionCounter + 1;
selectOptions.push(this.processOption(option, selectedValues, false));
selectOptions.push(this.processOption(option, selectedValues, optionCounter === currentIndex));
}
}