Fix Bug
This commit is contained in:
parent
63232779e9
commit
b8a2be840a
|
@ -488,7 +488,7 @@ define([
|
|||
el: this.cmpEl.find('button'),
|
||||
hint: this.options.btnHint || ''
|
||||
});
|
||||
(this.type === 'text') && this._button.on('click', _.bind(this.onButtonClick, this));
|
||||
this._button.on('click', _.bind(this.onButtonClick, this));
|
||||
|
||||
this._input = this.cmpEl.find('input').addBack().filter('input');
|
||||
|
||||
|
|
Loading…
Reference in a new issue