This commit is contained in:
OVSharova 2021-09-24 17:02:13 +03:00
parent 5f34dcab62
commit 40c675765e

View file

@ -190,6 +190,7 @@ define([
el.on('click', '.form-control', _.bind(this.onInputClick, this));
this._input.attr('readonly', 'readonly');
this._input.attr('data-can-copy', false);
this._input.on('mousedown',function (e){e.preventDefault();})
}
if (me.options.hint) {