blazor-showcase-appointment-planner
blazor-showcase-appointment-planner copied to clipboard
CloseSidePane is not working on mobile window size
CloseSidePane is not closed though click the toggle button to close it on mobile windows size. After f5 it shows nomally. And only works fine on bigger windows size. Where do I have to fix this?
Hi @dittoda
We have validated your reported issue and found the root cause. We have not handled the sidebar close case when clicking toggle button so, it always opened the sidebar.
Now, we have resolved the issue by considering the both open/close cases.
https://github.com/syncfusion/blazor-showcase-appointment-planner/pull/26
Regards, Muthukrishnan K