Browse Source

无JIRA fix : showIndex修改为-1,免去按tab键的focus

es6
zsmj1994 4 years ago
parent
commit
c7084a4940
  1. 2
      src/base/combination/combo.js

2
src/base/combination/combo.js

@ -10,7 +10,7 @@
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-combo" + (BI.isIE() ? " hack" : ""),
attributes: {
tabIndex: 0
tabIndex: -1
},
trigger: "click",
toggle: true,

Loading…
Cancel
Save