goodwill / capybara-select2

Helper for capybara to be able to trigger select on select2 javascript (needed for js enabled test only)
MIT License
80 stars 111 forks source link

Add support for select multiple choices field #13

Closed LStuker closed 10 years ago

LStuker commented 11 years ago

This change check first if the select2-container has a ".select2-choice" or ".select2-choices" css definition.

I had to implement this because my select2 multiple select field had instead of ".select2-choice" a ".select2-choices" css definition, and with this code it works.

hadees commented 10 years ago

This would really help me out too

chibicode commented 10 years ago

:+1: cc @divineforest

wasimakram commented 10 years ago

+1

austinmoore commented 10 years ago

+1

dnaumenko commented 10 years ago

+1

yourtallness commented 10 years ago

Hello, also need this fix.

Will this be released as the next gem version?

Thank you

divineforest commented 10 years ago

You can use github version for now