Sharinglabs / cordova-plugin-datepicker

MIT License
8 stars 7 forks source link

Spinner shows up after selecting a date #13

Closed shamaleyte closed 9 years ago

shamaleyte commented 9 years ago

I simply have the recommended line of code in onClick function of a button ; After I choose a date and click "Set", a spinner shows up and does not appear.

var options = { date: new Date(), mode: 'date' };

datePicker.show(options, function(date){ alert("date result " + date);
});

shamaleyte commented 9 years ago

My mistake... Some JS+Css caused to a conflict.