lndl / select2_simple_form

Select2 inputs for SimpleForm
MIT License
25 stars 34 forks source link

should submit [""] when select with multiple option #8

Closed yuanping closed 7 years ago

yuanping commented 7 years ago

Behavior should be same with Rails

lndl commented 7 years ago

Nice catch @yuanping !

Take me some time to figure out where was the fail. Finally, I discovered that the problem came from the multiple option with ajax. Right? I18n is a good refactor too (next time, it should be in a different merge request) I'll merge both.

Thanks!