Skip to content

Commit d1e9531

Browse files
committed
use a form of attr that will always set the value. fixes select2#810
1 parent 4ba14bb commit d1e9531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ the specific language governing permissions and limitations under the Apache Lic
645645
select2.opts.element
646646
.removeData("select2")
647647
.unbind(".select2")
648-
.attr("tabIndex", this.elementTabIndex)
648+
.attr({"tabIndex": this.elementTabIndex})
649649
.show();
650650
}
651651
},

0 commit comments

Comments
 (0)