bendavis78 / paper-date-picker

Material design date picker component for polymer
http://bendavis78.github.io/paper-date-picker/
MIT License
225 stars 132 forks source link

Year picker is defaults to earliest year instead of current year #187

Open v-urbanovich opened 7 years ago

v-urbanovich commented 7 years ago

Clicking on "Year" first time brings us to the beginning of the list (1900 year), even if other year is selected.

When the "centerSelected" method is called for the first time, the template is not rendered yet.

That is why the method doesn't work as it should — the year is not placed to the center. If we go back and then click the year again, method works as expected.

image