Correct .form-row replacement in view exposed form

Created on 7 February 2023, over 1 year ago
Updated 10 July 2023, 12 months ago

Problem/Motivation

https://www.drupal.org/project/bootstrap_barrio/issues/3250809 β†’ incorrectly replaced `.form-row` with a standard `.row` this is suboptimal and a more direct replacement would be with flex utilities as the migration guide suggests. Since .row is intended to always have .col children which are not present currently

Steps to reproduce

Visit a view with exposed form inputs

Proposed resolution

Update to use utility classes based on the old BS4 css attributes

<div class="d-flex flex-wrap">
  {{ form }}
</div>

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

5.5

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States NicholasS

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024