-
-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Description
I have an Ionic project with a side menu. When I pressed "Add Ad" it shows a template which contains the ionic datepicker but there is delay of 3-4 seconds before showing it up (it's like freezing). When I remove the date picker from template it works well without delay. In my controller I have basic configuration as described in the documentation - nothing custom/spacial. Any ideas why this is happening? Thank you in advance!
<ionic-datepicker input-obj="datepickerObject">
<div class="list list-inset">
<div class="item item-input disabled">
<i class="icon ion-ios-calendar-outline placeholder-icon"></i>
<div class="note"> Start date</div>
</div>
</div>
</ionic-datepicker>
Metadata
Metadata
Assignees
Labels
No labels