-
Hi there! First I want to thank you for this great set of components. Effective and easy to use, they've helped me greatly to push my pet project along - a web-based platform to manage our local basketball club. I must have done something wrong with my latest changes but Dropdowns stopped working properly - actually they are opened very vriefly and autohide immediately - and I don't know when or how to troubleshoot it. Cand anybody provide pointers to find the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey, what setup are you using? Rails 6.1 + Turbo v7 + stimulus v2? Does your issue look similar to the 2nd video posted on #63 (comment) ? If so, that thread may give you some pointers. |
Beta Was this translation helpful? Give feedback.
It may be worth using the
git-bisect
command to pinpoint the commit that causes the issue. If it relates to ayarn upgrade
commit, it may be worth reverting to the commit prior to the upgrade, and then upgrade components individually, thus narrowing down the component that breaks the dropdown.