heartcombo / simple_form

Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
http://blog.plataformatec.com.br/tag/simple_form
MIT License
8.21k stars 1.31k forks source link

5.2.0 applies `vertical_select` wrapper despite `wrapper: :horizontal_form` #1807

Open apsheronets opened 1 year ago

apsheronets commented 1 year ago

That's it. Sorry for having no time to investigate more.

wynksaiddestroy commented 9 months ago

There is a quick and dirty workaround:

simple_form_for(@user, wrapper: :horizontal_form, wrapper_mappings: wrapper_mappings) do |form|

But I assume this is not itended behaviour.