Issue
I want to change the value of a Datepicker widget using a button's event handle function on Appsmith. Currently, I can only do it by using the storeValue function and binding it to the Datepicker widget. I suggest adding a feature to programmatically set meta properties on widgets to make it easier.
Resolution
It's now possible to use Datepicker.setValue()
to set the date programmatically via Widget Methods. You can learn more about widget methods in our docs here.