diff --git a/select2.js b/select2.js index 3dea60c2..f472eba1 100644 --- a/select2.js +++ b/select2.js @@ -1203,7 +1203,7 @@ the specific language governing permissions and limitations under the Apache Lic return; } - children = this.findHighlightableChoices(); + children = this.findHighlightableChoices().find('.select2-result-label'); child = $(children[index]);