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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
i need to disable specific dates into the datepicker.
The problem is that the list date to disable is dynamic and directly depends on user action.
In my scenario i'm working on a room reservation app, the user chose a room and then i receive a list of 'already booked date' tha i need to disable in the datepicker.
the disabled date only appears if i change the month (that force the datepicker to rcall adin the disalbing function). Is it possible to manually trigger the datepicker to check again dates ?