VitaliiBlagodir / cordova-plugin-datepicker

MIT License
318 stars 350 forks source link

Cancel button handler issue #194

Open lokibyte opened 8 years ago

lokibyte commented 8 years ago

Hi,

Can anybody please help me how to use cancel button handler?

Kim-Andersen commented 8 years ago

Any news on this?

egdbear commented 7 years ago

Since you were clicking button cancel, you are invoking success callback. To handle exception on iOS devices i suggest - add this to success callback:

if (date === undefined) { return; }

aman-daffodil commented 7 years ago

i am getting date in success even if i click on cancel button.

LtotheWT commented 7 years ago

Thx, it helped !!