You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: