Maciej Woźniak
Maciej Woźniak
@zoltanszogyenyi Thanks mate! It looks like this time modal stopped working and I can't open it twice :D. Only first modal open and only once. After it all modal stopped...
@zoltanszogyenyi Forgot to mention. This issue was on 1.8.1 too. The other issue I reported was from 2.0.0. For now I have a workaround for both issues. I use my...
@zoltanszogyenyi I found out what is the issue. Every time you call `initModals` it adds new event listener. https://github.com/themesberg/flowbite/blob/main/src/components/modal/index.ts#L304 Because of this after loading turbo frame on page it adds...
@zoltanszogyenyi It looks like I fixed it 🎉 🎉 Take a look when you are free https://github.com/themesberg/flowbite/pull/700
@zoltanszogyenyi It works fine until it loads anything with "turbo:frame-load". Then it breaks. You can debug it on this app I prepared. Just pin it to local files with `yarn...
Only one drawer and 2 modals. Each with unique id. It was working fine up to 2.0.0 https://github.com/WozniakMac/flowbite-issue-demo/blob/main/app/views/layouts/application.html.erb Turbo is replacing the whole body on each get, so whatever changed...
CI is broken