Add multiselect field type with SuperBoxSelect and configurable separator#218
Open
jenswittmann wants to merge 1 commit intomodmore:masterfrom
Open
Add multiselect field type with SuperBoxSelect and configurable separator#218jenswittmann wants to merge 1 commit intomodmore:masterfrom
jenswittmann wants to merge 1 commit intomodmore:masterfrom
Conversation
…ator - Add new `clientconfig-multiselect` xtype backed by MODX's native SuperBoxSelect component (search, tag-pill UI, keyboard navigation) - Parse options string (label==value||…) into a local ArrayStore - Fix duplicate hidden inputs on save by reading getValue() per field - Add `clientconfig.multiselect_separator` system setting (default: ,) to control the separator stored in the database - Expose separator and admin flag to the JS context in home controller - Add expand-arrow CSS for the dropdown trigger button - Add translations for all supported languages (de, en, fi, fr, nl, pt, pt-br, ru, sv)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does it do ?
Bildschirmaufnahme.2026-04-11.um.12.10.18.mov
clientconfig-multiselectxtype backed by MODX native SuperBoxSelect componentclientconfig.multiselect_separatorsystem setting (default:,) to control the separator stored in the databaseWhy is it needed ?
There is currently no multiselect field available.
Test
Install this package using the MODX Package Manager: clientconfig-2.6.0-rc1.transport.zip
Related issue(s)/PR(s)
#61