I’ve got a V2 Spark (12.1.3) page where the user inputs a date in an Edit form and then clicks a “Done” action, which saves the record and changes the form to Read with in-line edit using the Change Read/Edit form action. Then date that was just input shows as an Invalid Date to the user. This clears up if the user refreshes the page.
It only appears to do it when the date goes from Null to a value - so it’s like the UI isn’t refreshing with the saved value. Any fix for this?
This is happening in Lightning run time. I tried to repro it on page preview (so VF deployed) and it will throw the invalid date if I null out the date. So maybe a similar problem.