Multi-selection form control?

Hi,
I’m new to Meteor and really impressed by the capabilities of that Framework. I’m starting a project for my personal usage and wondering is there is any Meteor package that gives multi-selection form control? Like oi.multiselect for Jquery?
Thanks by advance for your help.

I wrote a sample Meteor app to show how to do various form controls including multi-selection via AutoForm. It’s not a package, but rather template code. Hope it helps:

http://ics-software-engineering.github.io/meteor-example-autoform/

1 Like

Great! Thanks a lot.