From 40c675765e173fa33e9ab3770239ffc9012db697 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 24 Sep 2021 17:02:13 +0300 Subject: [PATCH] Fix bug --- apps/common/main/lib/component/ComboBox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/main/lib/component/ComboBox.js b/apps/common/main/lib/component/ComboBox.js index 6d69b4633..b58daa032 100644 --- a/apps/common/main/lib/component/ComboBox.js +++ b/apps/common/main/lib/component/ComboBox.js @@ -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) {