ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Error on manual entry of date (values out of range) #155

Closed eromero90 closed 7 years ago

eromero90 commented 7 years ago

When we type a date out of the range (months higher than 12 or days higher than 32) the datetime picker crashes

You can see the sreenshot, I'm using 50/08/2016

image

Current behavior

Expected/desired behavior

allenhwkim commented 7 years ago

@eromero90 thanks for reporting this. I will take a look into it.

Kurity commented 7 years ago

After this fix got 'Cannot read property 'getTime' of null' error.

allenhwkim commented 7 years ago

@Kurity I don't see that error. Please provide me a plunker example.