Skip to content

pat-depends select field with multiple options matches only the first selected value #1253

@Nimo-19

Description

@Nimo-19

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.

return inputs[0].value;

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions