Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Polymer Datepicker

I don't see an official Polymer Datepicker component. A quick web search yields the following third party components. One of the below thread has some interesting tidbits. Can we expect an official one in the coming weeks?

  • Polymer Date Picker
  • this thread hints at a material design date picker
  • and this thread also shows several date pickers
    • Calendar Datepicker
    • Polymer Datetime Picker
    • Paper Datepicker
    • Paper Calendar
like image 434
Nutritioustim Avatar asked Dec 24 '14 15:12

Nutritioustim


People also ask

What is date picker used for?

A date picker, popup calendar, date and time picker, or time picker is a graphical user interface widget which allows the user to select a date from a calendar and/or time from a time range.

How do I create a DatePicker?

If the Controls task pane is not visible, click More Controls on the Insert menu, or press ALT+I, C. Under Insert controls, click Date Picker. In the Date Picker Binding dialog box, select the field in which you want to store the date picker data, and then click OK.

What is a date picker in UI?

Date pickers are UI patterns that allow users to choose a specific date, time, or combination of both–for example, selecting a date of birth. The purpose of these date pickers is to streamline date capture while ensuring format consistency.


1 Answers

I've created paper-date-picker (docs / demo) and paper-time-picker (docs / demo) components with the goal to mirror the android versions as closely as possible, while still having decent performance on mobile devices. I opted against infinite scroll for the date picker, as I couldn't seem to find a way to make it work without sacrificing performance.

Please test on your own devices and let me know what you think (pull requests welcomed)!

like image 182
Ben Davis Avatar answered Oct 24 '22 04:10

Ben Davis