cordova-plugin-datepicker icon indicating copy to clipboard operation
cordova-plugin-datepicker copied to clipboard

Cancel button handler issue

Open lokibyte opened this issue 8 years ago • 4 comments

Hi,

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

lokibyte avatar Aug 08 '16 05:08 lokibyte

Any news on this?

Kim-Andersen avatar Sep 02 '16 08:09 Kim-Andersen

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; }

egdbear avatar Jan 27 '17 10:01 egdbear

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

aman-daffodil avatar Mar 24 '17 07:03 aman-daffodil

Thx, it helped !!

LtotheWT avatar Sep 06 '17 19:09 LtotheWT