Collaborne / paper-date-picker-item

A Material Design item that shows a date and opens a date picker dialog on tap (Polymer)
https://www.webcomponents.org/element/Collaborne/paper-date-picker-item
Apache License 2.0
24 stars 13 forks source link

Date picker item's text doesn't change if we change date by external means #13

Closed hariprasadiit closed 7 years ago

hariprasadiit commented 7 years ago

Hi,

date picker item doesn't change it's display text if we change the date value by external means. in my case when the next day or previous day buttons are clicked.

i think it's because of using _getFormattedDate(date, placeholder, locale) function which doesn't get called when the date changes.

possible fix :

have an extra formattedDate property computed from date property and data bind that property to paper-item-body

hariprasadiit commented 7 years ago

it does update the text. my mistake!