ion-datepicker icon indicating copy to clipboard operation
ion-datepicker copied to clipboard

How and where to set options?

Open chris087 opened this issue 6 years ago • 3 comments

Hello. Where can i set the options for the calendar?

no documentation :(

chris087 avatar Oct 31 '18 18:10 chris087

Is it really only possible in the HTML file? this plugin is strange..

chris087 avatar Oct 31 '18 18:10 chris087

Probably a little late for the OP, but for anyone who see this later:

this.datepickerDirective.modalOptions = { cssClass: 'date-modal', enableBackdropDismiss: false, enterAnimation: false, leaveAnimation: false, showBackdrop: false };

uptownjimmy avatar May 07 '19 17:05 uptownjimmy

Didnt see this earlier but the modal option is from ionic3 documentation. I am 99% sure its also typed like that. So you can go to the ionic website if you want those docs

On Tue, May 7, 2019, 1:55 PM James M. Johnson III [email protected] wrote:

Probably a little late for the OP, but for anyone who see this later:

this.datepickerDirective.modalOptions = { cssClass: 'date-modal', enableBackdropDismiss: false, enterAnimation: false, leaveAnimation: false, showBackdrop: false };

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/misha130/ion-datepicker/issues/89#issuecomment-490184133, or mute the thread https://github.com/notifications/unsubscribe-auth/ABSXQLD4ACBTEIDWJTX6ELDPUG7BXANCNFSM4GAS2GTA .

misha130 avatar May 07 '19 18:05 misha130