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