When I select multiple options in the select field Choose your satisfaction level on the demo page only the first selected option is evaluated for the pad-depends below.
It think the problem is the in the Dependshandler
_getValue
funktion.
the input[0].value
returns only the first of the selected options when the input element is a select
element.
tested in firefox 138.0.4 and Chromium 136.0.7103.113