Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when multiple selectize in the same form #33

Closed
gabriel-cardoso opened this issue Apr 23, 2015 · 4 comments
Closed

Bug when multiple selectize in the same form #33

gabriel-cardoso opened this issue Apr 23, 2015 · 4 comments
Labels

Comments

@gabriel-cardoso
Copy link
Contributor

All selectize contain values from the first one

@vala
Copy link
Contributor

vala commented Apr 23, 2015

@gabriel-cardoso this is an unserialization issue, selectize sends a string looking like "xx,xx,xx" which is not parsed as an array by ActiveRecord. #to_i is called on the string and the first integer is stored. I think we fixed it with @zenati, just like with #34

@vala
Copy link
Contributor

vala commented Apr 24, 2015

Okay ! seems that I misunderstood your problem, I'll see that

@gabriel-cardoso
Copy link
Contributor Author

Fixed in simple_form_extension by glyph-fr/simple_form_extension@98f3f17

@vala
Copy link
Contributor

vala commented Apr 24, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants