Browse Source

加confirm

es6
windy 3 years ago
parent
commit
67d17bd46d
  1. 5
      src/component/form/form.field.js

5
src/component/form/form.field.js

@ -29,6 +29,11 @@ BI.FormField = BI.inherit(BI.Widget, {
action: function () {
self.fireEvent("EVENT_CHANGE");
}
}, {
eventName: "EVENT_CONFIRM",
action: function () {
self.fireEvent("EVENT_CHANGE");
}
}]
}),
left: 0,

Loading…
Cancel
Save