2
0
forked from Wavyzz/dolibarr

NEW No auto open keyboard on smartphone when opening list of columns

This commit is contained in:
ldestailleur
2025-03-24 12:48:38 +01:00
parent 5096063676
commit 920c84a056
5 changed files with 40 additions and 29 deletions

View File

@@ -165,7 +165,6 @@ if (!defined('JS_JQUERY_DISABLE_DROPDOWN')) {
// Click onto the link "link to" or "hamburger", toggle dropdown
$(document).on(\'click\', \'.dropdown dt a\', function () {
console.log("toggle dropdown dt a");
setTimeout(() => { $(\'.inputsearch_dropdownselectedfields\').focus(); }, 200);
//$(this).parent().parent().find(\'dd ul\').slideToggle(\'fast\');
$(".ulselectedfields").removeClass("open");