elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

How to create multiple select? #134

Closed estilian closed 11 years ago

estilian commented 11 years ago

Well the question is simple - is there an option for creating multiple select? Something based on this:

< select multiple> < option value="item1">item1< /option> < option value="item2">item2< /option> < option value="item3">item3< /option> < option value="item4">item4< /option> < /select>

elclanrs commented 11 years ago

Nop. Not at this point, but maybe in the future. You can still use any other custom select you want, such as Select2 for example. Just make sure to set-up disableCustom: 'select' in the Ideal Forms options and then load any plugin you'd like that has support for multi-select.

estilian commented 11 years ago

Thank you elclanrs :) I will check the possibilities of Select2 - it seems very useful.

You have developed a great plugin by the way :) Keep on.