This repository was archived by the owner on Jul 29, 2022. It is now read-only.
Multi-select support#75
Closed
0xFA15E5EC wants to merge 1 commit intoNicolasCARPi:masterfrom
0xFA15E5EC:master
Closed
Multi-select support#750xFA15E5EC wants to merge 1 commit intoNicolasCARPi:masterfrom 0xFA15E5EC:master
0xFA15E5EC wants to merge 1 commit intoNicolasCARPi:masterfrom
0xFA15E5EC:master
Conversation
Added support for select boxes that are multi selects. type : 'selectmulti'
|
This works flawlessly, would be a great merge. |
|
+1 Adds much needed support for multi-select, a must-have feature. Especially when using chosen.js multi-select , this makes a very nice interface (add option, onblur : 'ignore', for chosen compatibility). |
|
is there any progress with this? this code is very helpful |
|
Well there's like 100 issues/suggestions and last commit was 7 months ago. Don't think this is maintained. |
|
Yeah in the end I switched to x-editable |
Closed
NicolasCARPi
added a commit
that referenced
this pull request
Feb 20, 2018
add a multiple option for select type instead of adding a whole new type.
Owner
|
Hello, Thank you for your contribution :) I have added the "multiple" option that you can use on an editable element of type "select" instead of adding a whole new type. Cheers, |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Added support for select boxes that are multi selects.
type : 'selectmulti'