themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.3k stars 710 forks source link

DatePicker does not work in Blazor wasm #844

Closed vincentnl closed 1 week ago

vincentnl commented 3 months ago

Just importing the js does not cause the datedropdown to show.

should the initFlowbite be extended upon to include the datepicker?

https://flowbite.com/docs/getting-started/blazor/

zoltanszogyenyi commented 1 week ago

Hey @vincentnl,

The new datepicker update has arrived in v2.4.1 so please try again:

https://flowbite.com/docs/components/datepicker/index.html#javascript-behaviour

It is now part of the instances and will initialize when calling initFlowbite() too.

Cheers, Zoltan