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
Hey! Did you have any thoughts on this one? We'd like to maintain a previous feature, which provided a "clear filters" button to clear the date on the datepicker. I can clear the date by manually deleting the date in the text input, but there doesn't appear to be another way of achieving it.
It looks like the method above should do it, but am I correct in thinking it's faulty?
EDIT: Actually, I think maybe we can achieve the same thing simply by applying:
this.control.setValue(dayjsObject)
Would replacing that in your demo achieve the same result?
In the Demo (https://wondrous-crostata-172891.netlify.app/daytimePicker), the displayDate input doesn't seem to have any effect on the date-picker.
Similarly, when I've tried to use the property to update the date-picker in my .ts file, nothing happens.
This is the code in the src\app\demo\common\date-component.component.ts file that doesn't seem to accomplish anything:
The text was updated successfully, but these errors were encountered: