excid3 / madmin

A robust Admin Interface for Ruby on Rails apps
https://github.com/excid3/madmin
MIT License
603 stars 66 forks source link

Menu is not working since tailwindcss-stimulus-components v4.1.0 #196

Closed MaxenceLenoir closed 8 months ago

MaxenceLenoir commented 8 months ago

Issue

Since dropdown component change on tailwindcss-stimulus-components v4.1.0, menu is not working anymore.

On medium/big screen, this result in a flickering and disappearance of the side menu (if still working with a small screen with dropdown)

Eg :

Screenshot 2024-04-02 at 16 06 56

Solution

Use dropdown js controller only when needed (small screen)