@ -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",
@ -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);
}