Skip to content

Unwanted space with hide_label option on inline form #214

@soullivaneuh

Description

@soullivaneuh

With the following code:

= bootstrap_form_tag url: admin_groups_path, method: :get, layout: :inline do |f|
  = f.hidden_field :sort, value: @sort
  = f.text_field :name, value: params[:name], hide_label: true
  = f.primary 'Search'

We get this:

rails_bootstrap_form_inline_failed

Is that an issue or something I did wrong?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions