amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

Keyboard onSet bug #1035

Open nikolablin opened 6 years ago

nikolablin commented 6 years ago

Hello. When I choose date from calendar, using Enter button, "onSet" function doesn't work.

onSet: function(context) {
driverAge = Math.round((new Date().getTime() - new Date(context.select).getTime())/1000/60/60/24/365);
}

the variable driverAge is Nan after choosing date. When I use mouse arrow, function works good.