2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 00:39:01 +00:00

click on scrollbar in ie11 causes dropdown to close. Fixes #602

This commit is contained in:
almirus 2018-09-14 17:04:21 +03:00
parent ca78cd6891
commit 2ba8d681ff

View File

@ -36,6 +36,7 @@
div.className = containerClass;
div.style.position = 'absolute';
div.style.display = 'none';
div.setAttribute('unselectable','on');
return div;
}
};