diff --git a/src/component/form/form.field.js b/src/component/form/form.field.js index d14156629..ab7e98ffc 100644 --- a/src/component/form/form.field.js +++ b/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,