Keep the status alive
Hello,
When using DayView, WeekView or/and MonthView inside a TabBarView cause lost the state of the single Tab on clicking on a new Tab. This produce a redraw every time when come back on a tab already "loaded".
To avoid this is possible to implement all three classed with AutomaticKeepAliveClientMixin and put wantKeepAlive property to true.
It also be awesome to have the keepAlive properties in the class constructor so the user can decide to use or not this feature.
Very Thanks Sam
Hi @Paroca72 , Thanks for the suggestion. We will add this after doing some R&D on this. Right now I am putting it in the lowest priority as this is not a blocker and the user can extend the Calendar view classes and add this functionality.