I'm trying out the flowbite datepicker component with the TypeScript implementation (used within an angular project), and am encountering the issue of not having the onShow and onHide events firing properly. The onShow event only gets fired when datepicker.show() is manually called. The "show" method is not even available within the DatepickerInterface.
The problem is demonstrated in the following stackblitz:
https://stackblitz.com/edit/stackblitz-starters-2mjgne?file=src%2Fexample-form%2Fexample-form.component.ts
I'm trying out the flowbite datepicker component with the TypeScript implementation (used within an angular project), and am encountering the issue of not having the onShow and onHide events firing properly. The onShow event only gets fired when datepicker.show() is manually called. The "show" method is not even available within the DatepickerInterface.
The problem is demonstrated in the following stackblitz:
https://stackblitz.com/edit/stackblitz-starters-2mjgne?file=src%2Fexample-form%2Fexample-form.component.ts