fooloomanzoo / datetime-picker

A minimal picker for date and time for Polymer, that can use the native input
MIT License
78 stars 18 forks source link

Clamp values incorrect in the documentation #57

Closed witoldlitwin closed 5 years ago

witoldlitwin commented 6 years ago

I noticed a mismatch between the docs and the code. The docs state:

Clamp datetime to a property possible values:'month', 'day', 'hour', 'minute', 'second', 'millisecond'

while it should be 'minutes', 'seconds', 'milliseconds'

fooloomanzoo commented 5 years ago

No, in the code it is different. Have a look at