3lvis/Form

Multiselect support

chy89310 opened this issue · 5 comments

Hi guys! Appreciate your great job to save my life!

I've meet an issue to support multiple select in my project just like many other people using this plugin do.

And finally me and my college come up with a solution to extend the FORMSelectFieldCell to support multiple select to make things simple. Gif show how it work:
aug-01-2018 11-51-33

For more details, please take a look of my forked repo in multselect branch:
https://github.com/kevinsumios/Form/tree/multiselect

It would be great if our jobs help you guys to support the multiple select and it is welcome to at me whenever you need some contribution with this feature. Cheers.

3lvis commented

Hi Kevin! I think this is a great MVP for multiselect. Would you mind making a PR with it?

@3lvis I'd love to. I will checkout the latest commit and make a PR ASAP.

@3lvis PR created! #594
Please advice if any unit test is required. Thank you.

I'm closing this issue as the implementation has been merged.

3lvis commented

🔥