N°9468 - Fix double scroll down bars in input set (#876)

This commit is contained in:
Stephen Abello
2026-04-13 16:28:56 +02:00
committed by GitHub
parent a96e1c286d
commit 68d14c4de6
4 changed files with 81 additions and 27 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() %}