kevinoleary19 / Angular-2-Datepicker

A minimalist datepicker inspired by Google's material design
70 stars 71 forks source link

Datepicker needs "another" placeholder #73

Open largeDachshund opened 7 years ago

largeDachshund commented 7 years ago

Angular Material uses the placeholder attribute for the label. image

If I try to do the same with the datepicker, the "label text" gets replaced by the actual date value.

To be consistent, shouldn't the datepicker keep the label text above the picker?