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
I'm using daisyui with styled: false config value. The accordions on Safari IOS and Chrome IOS browsers (and on MacOS before Safari 15) don't open/close on click. It works if styled is set to true in the config.
The issue seems like the missing width: 100% property on the radio inputs. On IOS browsers the radio input fields won't take full width unless it's specified.
I didn't test this on android.
The text was updated successfully, but these errors were encountered:
Thank you @c-h-o-n
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
What version of daisyUI are you using?
v4.12.14
Which browsers are you seeing the problem on?
Safari iOS, Other
Reproduction URL
https://stackblitz.com/edit/daisyui-react-vite-qhww2b?file=tailwind.config.js
Describe your issue
I'm using daisyui with
styled: false
config value. The accordions on Safari IOS and Chrome IOS browsers (and on MacOS before Safari 15) don't open/close on click. It works ifstyled
is set totrue
in the config.The issue seems like the missing
width: 100%
property on the radio inputs. On IOS browsers the radio input fields won't take full width unless it's specified.I didn't test this on android.
The text was updated successfully, but these errors were encountered: