Datetime picker doesn't work with Blazor app
I have implemented step by step on how to integrate Blazor with Flowbite following the docs
It works for modal, dropdown, etc, ...
But it seems like the Datepicker component doesn't work as expected.
I found the issue
Please watch the video for more detail: Youtube video
The <script src="/plugin/flowbite/flowbite.js"></script> may have conflict with <script src="_framework/blazor.web.js"></script> in Blazor app.
When I comment out the code <script src="_framework/blazor.web.js"></script>, the Datepicker works.
But when I uncomment the code <script src="_framework/blazor.web.js"></script>, the Datepicker does not work, and there are no interactions anymore when clicking the Datetime picker. no calendar appears.