Merge remote-tracking branch 'origin/develop' into feature/uninstallation

This commit is contained in:
Eric Espie
2026-04-14 11:38:05 +02:00
30 changed files with 734 additions and 131 deletions

View File

@@ -23,7 +23,7 @@ let oWidget{{ oUIBlock.GetId() }} = $('#{{ oUIBlock.GetId() }}').selectize({
},
{# PLUGIN combodo auto position #}
'combodo_auto_position' : {
maxDropDownHeight: 300, {# in px #}
maxDropDownHeight: '30vh', {# same value as external key widget #}
},
{# PLUGIN combodo add button #}
{% if oUIBlock.HasAddOptionButton() %}