Open hp561 opened 3 years ago
I had the same issue. Try setting the picker._selected
property to the updated date, this worked for me.
I had the same issue. Try setting the
picker._selected
property to the updated date, this worked for me.
Hmm I’m not sure how to go about this. Could you give a code example?
Here is a reproduction with a workaround:
Here is a reproduction with a workaround:
Thank you so much!! It works beautifully now!
Can you leave the issue open? Because I dont think it's intended to set it extra.
I have a input box that binds the date to the date on the datepicker component. However, if I change the date in the input box to a different time of the day, and then click the datepicker icon, the date that shows up is the previous date. How can I fix this or if there is a hacky workaround?