I'm using simple_form, and I wonder if it's possible to skip any wrapper divs when dealing with an association select.
Thank's
If you're using something like f.association :product
you can remove both the generated label and wrapper like so: f.association :product, label: false, wrapper: false