tianxiaaiwojs

Results 1 comments of tianxiaaiwojs

what am I do is : at line 495 add: utils.addListener(self.el, 'blur', function (evt) { self._blur(evt); }); and add: Formatter.prototype._blur = function (evt) { if (this.opts.preValue != this.el.value){ $(this.el).trigger('change'); }...