Fix the focus when list is closed on the mouse click event
This commit is contained in:
parent
c4529b8700
commit
9bc68f089e
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
if (self.opts.selectOnBlur) {
|
||||
self.selectHighlighted({noFocus: true});
|
||||
}
|
||||
self.close({focus:false});
|
||||
self.close({focus:true});
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue