mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Talk about the removal of the default simple_form class
This commit is contained in:
parent
3f04084e25
commit
d65a1973e2
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@
|
|||
## deprecation
|
||||
* Methods on custom inputs now accept a required argument with the wrapper options.
|
||||
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
||||
* SimpleForm.form_class is deprecated in favor of SimpleForm.default_form_class
|
||||
* SimpleForm.form_class is deprecated in favor of SimpleForm.default_form_class.
|
||||
Future versions of Simple Form will not generate `simple_form` class for the form
|
||||
element.
|
||||
See https://github.com/plataformatec/simple_form/pull/1109 for more information.
|
||||
|
||||
Please check [v3.0](https://github.com/plataformatec/simple_form/blob/v3.0/CHANGELOG.md) for previous changes.
|
||||
|
|
Loading…
Reference in a new issue