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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With