-
Notifications
You must be signed in to change notification settings - Fork 27
date knob calendar fails to select different date #84
Comments
I think the issue is the same as #68 , the date knob passes a timestamp (a number), not a Date object |
Other than being broken internally I don't think the return type matters here, e.g. <span>{date('date')}</span> shows how |
Interestingly, if I pass in a default value that is a global variable the date picker seems to work. But creating it on the fly, i.e. |
On further thought given the implementation details of KnobManager the calling convention To support a default value of "now" (with or without some relative +/- time) I think |
It's very strange. I can click on any date in the calendar, it gets highlighted shortly, even date in the input updates, but then it gets reverted back to today date. Not even time can be changed.
The text was updated successfully, but these errors were encountered: