• Lochana1 Rajput
  • NEWBIE
  • 25 Points
  • Member since 2014

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,

I am iterating over a list of object and using HTML table. I have used ui:inputDate and it is not displaying the selected date.
In the backend, I am getting the changed date, but on UI still showing the previous date.
The same is happening with ui:inputText.

ui:inputDate working fine if not used with aura:iteration.
I have one date field on lightning component. After clicking on calendar icon, the calendar opens but the page scrolls down.

Thanks,
 
Hi,

I am iterating over a list of object and using HTML table. I have used ui:inputDate and it is not displaying the selected date.
In the backend, I am getting the changed date, but on UI still showing the previous date.
The same is happening with ui:inputText.

ui:inputDate working fine if not used with aura:iteration.