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

@@ -1549,7 +1549,7 @@ if (!getDolGlobalString('MAIN_DISABLE_SELECT2_FOCUS_PROTECTION') && !defined('DI
?>
/*
* Hacky fix for a bug in select2 with jQuery 3.6.4's new nested-focus "protection"
* This fix needs to click a second time when clicking into a combo with ajax (see Test4d and Test5a in test_forms.php
* This fix the need to click a second time when clicking into a combo with ajax (see Test4d and Test5a in test_forms.php
* see: https://github.com/select2/select2/issues/5993
* see: https://github.com/jquery/jquery/issues/4382
*