vitalets / combodate

Dropdown date and time picker
http://vitalets.github.com/combodate
207 stars 82 forks source link

Date dropdown not getting refreshed. #36

Open deepajo opened 9 years ago

deepajo commented 9 years ago

Hi Is there any way to refresh the value of date dropdown ? I have given 'name' as value to 'firstItem' attribute. If the user selects a date, and clicks on a button/link ,I want date dropdown to get refreshed i.e. it should show day,month, year as selected values. As of now, It shows the previously selected date.

Please help.