realbig / rbm-field-helpers

0 stars 1 forks source link

"Multi Select Table" field type #62

Open d4mation opened 6 years ago

d4mation commented 6 years ago

I honestly am not sure what the proper name of this type field is. But this would be a nice addition. Maybe it could be an "alternate mode" for Multi Selects similar to how WYSIWYGs are for Textareas? It accomplishes the same thing really, just in a different way visually.

image

d4mation commented 6 years ago

Seems they're called "Two Column Multi-Selects"?

https://github.com/lou/multi-select/ <- This seems most promising, as it is a real simple drop-in and the license is ~incredibly loose~ MIT, the demo website still shows a previous license that was used. MIT is still fine for our needs though.

https://github.com/crlcu/multiselect

brashrebel commented 6 years ago

Oh that's really cool.