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
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_getValuefunktion.Patterns/src/lib/dependshandler.js
Line 47 in 25bb1f7
the
input[0].valuereturns only the first of the selected options when the input element is aselectelement.tested in firefox 138.0.4 and Chromium 136.0.7103.113