With the following code: ``` haml = 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:  Is that an issue or something I did wrong? Thanks.