I want to know if it is possible to dynamically update the initial_visible_month value.
For exemple: the start_date is 01/01/2024 and the end_date is 31/21/2024. If the user clicks to edit the start date, the initial_visible_month value becomes the start_date, and if the users click to edit the end date, the initial_visible_month value becomes the end_date.
I tried using the callbacks but I don’t know how to get the inputs when the user clicks to pick the date. I want to know if it is possible to do that and if it does, how can I do it.
pedro tardivo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.