function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lochana1 RajputLochana1 Rajput 

Lightning Experience: After clicking on date field, calendar opens and page scrolls down

I have one date field on lightning component. After clicking on calendar icon, the calendar opens but the page scrolls down.

Thanks,
 
ChicloudChicloud
If using within classic, this is a known issue with zero fixes applied. https://success.salesforce.com/issues_view?id=a1p30000000jhAbAAI
You're going to have to dump the lightning ui:dateinput in preference of an html5  input type=date or.. probably more preferbly.. a bootstrap datepicker plugin.