dropdown links not toggled

Created on 2 November 2023, over 1 year ago
Updated 10 December 2023, over 1 year ago

Hi!

This is the same issue reported in here: https://www.drupal.org/project/radix/issues/3241198 🐛 dropdown links not toggled Fixed but it seems it is back again (I see the file affected was changed in https://git.drupalcode.org/project/radix/-/commit/ee9c0e44a4fa01c19776ad...) . AS i cannot open the original issue, i will just C&P the same text as there

The patch submitted in the original issue is still valid.

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

🇧🇪Belgium gorkagr

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024