paper-date-picker icon indicating copy to clipboard operation
paper-date-picker copied to clipboard

A date picker à la Material Design

Results 9 paper-date-picker issues
Sort by recently updated
recently updated
newest added

When you pick a date the UI selects the _previous_ day. Is this a feature?

I got Uncaught TypeError: prototype.registerCallback is not a function error on demo page. Work-around: http://stackoverflow.com/questions/30431606/prototype-registercallback-is-not-a-function-in-polymer

bower is loading polymer master, but the last commit is too far in the past for this to support polymer 1.0 Any chance this will get an upgrade soon?

if I add this to . html ``` ``` what should I do to get selected date? I try > $('#startPicker').attr( "value" ); but it only return the initial date...

Date selection on calendar (at demo page http://david-mulder.github.io/polymer-docs/bower_components/paper-date-picker/demo.htm) selects the previous date/cell of the date/cell you click.

Can I suggest an improvement on the scrolling of the component? It would look nicer if any scrolling or swiping on the calendar showed only a month at a time...

This way this awesome custom element will show up on http://customelements.io/ automagically

I find out that the problem is the lack of support of the Internationalization API in WebKit https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat#Browser_compatibility that will cause an exception that prevent the whole page to load...

Hello, I open the date picker dialog from within another dialog window. If the date picker dialog is closed by clicking any button, the core-overlay-backdrop still stays there and the...