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
Pratik Raut 14Pratik Raut 14 

Lightning ui:inputDate model box is not opening proper

Hello,
I have two lightning component. In one component I am setting headers and in the iteration, I am calling the second component. In the second component, there are some fields that will display in the first component as rows of the header we have set in the first component. In that second component, I used ui:inputDate. Whenever I calling that second component the datepicker model box is overlapping the field that I used so manual entry in the date field is not happening. Because when I click on that input date field the model box is open and overlap on the field. I have also shared the screenshots of my component.

ui:inputDate model box behaviour:

The below screenshot shows that how datepicker model box is open exactle down to date field

This is how datepicker model box of ui:inputDate is open down to field.

The below screenshot shows that my datepicker model box of ui:inputDate is overlapp on field

User-added image
Can anyone have any resolution or work around for this issue or any known issue.

Thanks and Regards

Pratik Raut