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
Jianwen Sun 4Jianwen Sun 4 

ui:date image does not show up in lightning

I have an issue with <ui:inputDate> control in lightning compont app. the following code display the date picker with little icon and the < icon and > icon inside the calendar if I login as my login. But these images don't show up if I go to "community site" (external to customers) and login with another contact (not my contact). The control works well, just the images are not showing up. It feels like a security issue, but how to fix it?

 <div class="slds-form-element slds-size--1-of-2">
                            <label class="slds-form-element__label" for="closedate">Close Date</label>
                              <div style = "white-space: nowrap">
                              <ui:inputDate aura:id="closedate" class="slds-input slds-datepicker" value="{!v.dealreginfo.CloseDate}" displayDatePicker="true" required="true"/>
                                  </div>
                          </div>
Jianwen Sun 4Jianwen Sun 4
The title of the issue should be "ui:inputDate, date pricker icon and the icons inside calendar popup does not show up in lightning component if log in as different user.
Muthukumar R 1Muthukumar R 1
Hi Jianwen,

Have you find the solution for this issue?

Thanks,
Muthukumar R