Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Fix CMS multi-select values being wrapped in arrays #11332

Conversation

kailumworkhouse
Copy link

@kailumworkhouse kailumworkhouse commented Jan 9, 2025

Fixes multiple values being treated as a single array of values in a multi-select input, instead of correctly showing each value individually

Fixes #11333.

@duncanmcclean
Copy link
Member

Closing on the back of my comment on the related issue.

When you have a computed select field, you need to be returning data in the same format it's saved in a file (eg. an array instead of a collection).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-select input shows selected options as a single array
2 participants