vitalets / combodate

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

Min/Max ranges don't appear to work via data attributes #38

Open wickywills opened 9 years ago

wickywills commented 9 years ago

Tried to specify a min year value of 1901, however the dropdown still states "1970" as the minimum year. Works fine when using the jQuery way though.

http://jsfiddle.net/5m6gG/98/

elfalem commented 8 years ago

Use data-min-year and data-max-year. See #44 for explanation.