This commit is contained in:
OVSharova 2021-10-08 15:27:27 +03:00
parent 63232779e9
commit b8a2be840a

View file

@ -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');