mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
commit
4362210975
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ overriding the `:collection` option:
|
|||
Collections can be arrays or ranges, and when a `:collection` is given the `:select` input will be
|
||||
rendered by default, so we don't need to pass the `as: :select` option. Other types of collection
|
||||
are `:radio_buttons` and `:check_boxes`. Those are added by **Simple Form** to Rails set of form
|
||||
helpers (read Extra Helpers session below for more information).
|
||||
helpers (read Extra Helpers section below for more information).
|
||||
|
||||
Collection inputs accept two other options beside collections:
|
||||
|
||||
|
|
Loading…
Reference in a new issue