You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They guys from Tailwind have recently introduces non-js-framework components for Modal, Dropdown etc. They are build as custom elements.
When using the el-dropdown and the menu containing a link with data-turbo-frame="modal" the click on the link is not intercepted and a full navigation is performed.
If that same link is moved out of the el-dropdown element it works. The menu part of the dropdown uses the new popover html attribute. Not sure if that is part of the issue.