mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
wrapper_tag is by default a :div.
This commit is contained in:
parent
1c78f664e5
commit
c2a54901fb
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ SimpleForm.setup do |config|
|
|||
# Default tag used on errors.
|
||||
# config.error_tag = :span
|
||||
|
||||
# You can wrap all inputs in a pre-defined tag. By default is nil.
|
||||
# config.wrapper_tag = nil
|
||||
# You can wrap all inputs in a pre-defined tag.
|
||||
# config.wrapper_tag = :div
|
||||
|
||||
# How the label text should be generated altogether with the required text.
|
||||
# config.label_text = lambda { |label, required| "#{required} #{label}" }
|
Loading…
Reference in a new issue