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

Add new rule for finding wrapper mappings #1758

Open snkanta opened 2 years ago

snkanta commented 2 years ago

I want to specify different wrapper mappings for each wrapper of form. (#1757) So, I added new rule for finding wrapper mappings to FormBuilder#find_wrapper_mapping.

Please adopt it if you like.