DatePicker does not work in Blazor wasm
vincentnl opened this issue · 2 comments
vincentnl commented
Just importing the js does not cause the datedropdown to show.
should the initFlowbite be extended upon to include the datepicker?
zoltanszogyenyi commented
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