``` f.text_field :name_first, label: { text: "First Name" }, wrapper: { class: "mb-3 flex-fill" }, hide_label: true, placeholder: true ``` Appears to ignore the `label: { text: ... }` and uses "Name First" instead.
Appears to ignore the
label: { text: ... }and uses "Name First" instead.