ion-datepicker
ion-datepicker copied to clipboard
How and where to set options?
Hello. Where can i set the options for the calendar?
no documentation :(
Is it really only possible in the HTML file? this plugin is strange..
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 };
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 .