d-calendar icon indicating copy to clipboard operation
d-calendar copied to clipboard

A datepicker web component built with Polymer and based on Google's Material Design spec.

Results 10 d-calendar issues
Sort by recently updated
recently updated
newest added

Has anyone gotten this to work on firefox? What polyfills work? thanks

D-calendar working with Polymer 1.0 now. Added German language support and an optional week view with Monday as the first day of the week. I hope you can merge it...

If a user clicks a date number, a flag is now set. This helps to distuingish states of user interaction vs. programmatically setting the date and reacting on it in...

This patch enables two-way data binding for the 'selectedDate' attribute. It accepts any valid date string as input for the selected date, but returns dates in 'yyyy-MM-dd' format. The user...

Since you'll have this stuff opened up, I'm using a hack to have the text input open and close the date picker http://cl.ly/image/472g2a1d3b3g To pull this off I - added...

enhancement

If the input field is updated instead of clicking on a date, the weeks and the month and year above it don't get updated; only the date in the header...

This is a beautiful plugin, please add some docs.

I'm connecting a text input to the calendar, but in order to have a 2 way bind I have to call on-d-calendar-date-selected which calls a function I have to define,...

enhancement