dropdown links not toggled

Created on 6 October 2021, over 3 years ago
Updated 8 February 2023, almost 2 years ago

Problem/Motivation

The dropdown doesn't toggle as it should as it is using "data-toggle" instead of "data-bs-toggle" .
in line https://git.drupalcode.org/project/radix/-/blob/5.0.x/src/components/nav... .

Steps to reproduce

Use some vbo views.

Proposed resolution

lazy diff:

-   <button type="button" class="btn btn-sm btn-outline-dark dropdown-toggle {{ split ? 'dropdown-toggle-split' }}" data-toggle="dropdown">
+   <button type="button" class="btn btn-sm btn-outline-dark dropdown-toggle {{ split ? 'dropdown-toggle-split' }}" data-bs-toggle="dropdown">
 
๐Ÿ› Bug report
Status

Fixed

Version

5.0

Component

Code

Created by

๐Ÿ‡ช๐Ÿ‡ธSpain aleix

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

Merge Requests

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.71.5 2024