瀏覽代碼

Add aria-controls to combobox (#5942)

Artur Janicki 4 年之前
父節點
當前提交
80d4234369
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/js/select2/selection/single.js

+ 1 - 0
src/js/select2/selection/single.js

@@ -37,6 +37,7 @@ define([
       .attr('role', 'textbox')
       .attr('aria-readonly', 'true');
     this.$selection.attr('aria-labelledby', id);
+    this.$selection.attr('aria-controls', id);
 
     this.$selection.on('mousedown', function (evt) {
       // Only respond to left clicks