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
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
Great little directive, but I'm having trouble clearing the date field (I'll admit, I've been away from Angular for a bit, but thought this would be easy).
Great little directive, but I'm having trouble clearing the date field (I'll admit, I've been away from Angular for a bit, but thought this would be easy).
I thought pikaday would clear if I set
filterCtrl.filter.fromDate = null
but the text is still in the input field.I don't see anywhere in your code to clear. Is this possible? Or do I need to just go get the element and clear it?
The text was updated successfully, but these errors were encountered: