Joris Orcel
Joris Orcel
Hello, I've arrived here since I've been encountering the same error. @fmarcoux96, Sylius/BootstrapTheme uses `bootstrap-native-v4.js', it's a bootstrap version that doesn't use jQuery. Concerning the issue, the error is thrown...
just as a follow up, I have overridden the `checkbox_radio_label ` and `switch_label` blocks with your fix on one of my project and this seems to fix the issue well...
I had some time to investigate the issue, and it seems the culprit is the `FormUtil::getFormViewValueRecursive` method. When the `expanded` and `multiple` options are both set to `true`, the form...
Probably related to [this discussion](https://github.com/twigphp/Twig/discussions/4101) I opened a few days ago
I'm actually still needing to use the `flowbite/plugin` inside the `tailwind.config.js` otherwise some features are missing, for example the tooltip / popover arrows : Only using `import 'flowbite';` : ...
thanks for sharing @CODEheures but this does not fix the issue, the `flowbite/plugin` is still not used during tailwind compilation, therefore some styles are still missing.
> tailwind binary version 4.1.4 for windows x64 Good call ! With tailwind 4, flowbite does not need a custom `tailwind.config.js` file, this is why yours is working but not...