Browse Source

Merge branch 'feature/x' of ssh://code.fineres.com:7999/~austin.duan/new-decision-fineui into feature/x

master
Austin.Duan 2 years ago
parent
commit
afdb4412bd
  1. 2
      package.json
  2. 2
      src/case/combo/textvaluecombo/combo.textvalue.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20220914100333",
"version": "2.0.20220914135738",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

2
src/case/combo/textvaluecombo/combo.textvalue.js

@ -116,7 +116,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
}, {
eventName: BI.Combo.EVENT_AFTER_HIDEVIEW,
action: (...args) => {
if (changeTag) {
if (o.chooseType !== BI.ButtonGroup.CHOOSE_TYPE_SINGLE && changeTag) {
this.fireEvent(BI.TextValueCombo.EVENT_CHANGE, ...args);
}
}

Loading…
Cancel
Save