reset the focus index setting.
This commit is contained in:
parent
21f6940672
commit
fdc71ffe95
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
optionCounter = optionCounter + 1;
|
optionCounter = optionCounter + 1;
|
||||||
selectOptions.push(this.processOption(option, selectedValues, false));
|
selectOptions.push(this.processOption(option, selectedValues, optionCounter === currentIndex));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue