You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2020. It is now read-only.
I believe the current implementation of the gov form builder bypasses something that the default ActionView::Helpers::FormBuilder does, which is de-structure the field name, so that the locale works both for fields in the base form or fields inside the fields_for section.
I believe the current implementation of the gov form builder bypasses something that the default
ActionView::Helpers::FormBuilder
does, which is de-structure the field name, so that the locale works both for fields in the base form or fields inside thefields_for
section.Gov Form Builder behaviour for locales:
Rails behaviour for locales:
The text was updated successfully, but these errors were encountered: