jfmdev / ngComboDatePicker

Angular directive to select dates using combo boxes
Mozilla Public License 2.0
23 stars 20 forks source link

Add default label for drop down so it isn't blank #6

Closed michaelryancaputo closed 8 years ago

michaelryancaputo commented 8 years ago

Would be great to have a setting that would allow you to set a default label for each field, so they aren't blank.

jfmdev commented 8 years ago

Thanks for the suggestion! It's a good idea. I will implement it in the next release (probably in one or two weeks).

jfmdev commented 8 years ago

I have made a new release that implements the ng-placeholder attibute, which allow to define the default label for each combo box.

You can see it in action in the Demo page.