lndl / select2_simple_form

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

Adding minimum_input_lenght option #13

Closed z4ppy closed 6 years ago

z4ppy commented 6 years ago

Hello,

Thank you for your work, you saved me a lot of time and effort. It seemed to me that this option was missing (unless it could be configured differently and I did not see it).

lndl commented 6 years ago

Hello! Thanks for the contribution!

You could use opts_for_select2 directly, but is ok if you take the work to add that option as a ruby wrapper. Merged!