Closed simonlemo closed 9 months ago
When using the html5 widget for a select component that accepts multiple values, only one of the selected value get saved
All the selected values should be saved
Only one value is saved
https://jsfiddle.net/0atLb79u/2/ Select more than one option, only one of the selected value will be displayed in the console
Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!
I believe this bug is this relevant. I posted a bug myself with this same issue here . If it's not possible to have multi select capabilities with an HTML5 widget, this option should only be available when "ChoicesJS" is selected as a widget type.
Environment
When using the html5 widget for a select component that accepts multiple values, only one of the selected value get saved
Steps to Reproduce
Expected behavior
All the selected values should be saved
Observed behavior
Only one value is saved
Example
https://jsfiddle.net/0atLb79u/2/ Select more than one option, only one of the selected value will be displayed in the console