Fix bug
This commit is contained in:
parent
5f34dcab62
commit
40c675765e
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue