tailwind-blazor-starter icon indicating copy to clipboard operation
tailwind-blazor-starter copied to clipboard

Datetime picker doesn't work with Blazor app

Open duynguyen224 opened this issue 1 year ago • 0 comments

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.

duynguyen224 avatar Jan 22 '24 07:01 duynguyen224