use a form of attr that will always set the value. fixes #810
This commit is contained in:
parent
4ba14bbf01
commit
d1e9531a0a
@ -645,7 +645,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
||||
select2.opts.element
|
||||
.removeData("select2")
|
||||
.unbind(".select2")
|
||||
.attr("tabIndex", this.elementTabIndex)
|
||||
.attr({"tabIndex": this.elementTabIndex})
|
||||
.show();
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user