femanager icon indicating copy to clipboard operation
femanager copied to clipboard

SelectViewHelper does not support multiple values in v13.0.0

Open devmes opened this issue 3 months ago • 0 comments

In version 13.0.0, the SelectViewHelper provides a multiple attribute, but it is not possible to properly handle multiple selected values.

When using multiple="true", the rendered select field allows selecting multiple options, but the values cannot be read out or displayed correctly.

devmes avatar Sep 24 '25 13:09 devmes