Running APEX 24.1 in the Cloud
Is there a known issue that an empty date picker will trigger a ‘Warn on Unsaved Changes’ even if the user has not made any changes to the form?
Example application (AF_PLAYS | demo | demo_123) on page 9 (Warn before Closing Modal) > Edit via page 11 (Customer Management)
Things to note:
- P11_CUST_DATE_JOINED is a Date Picker field
- Settings are default without any min/max date defined.
- Warn on Unsaved Changes: Page Default
- There are no DA / Computations/ Default on the field
- Fetch of the field via Form - Initialization (set up via wizard)
- Page 9 Warn on Unsaved Changes = Yes
To test:
- Edit “Barney Burgers” which has a date value in the field “Cust Date Joined”
- Cancel modal without making any changes. This works as expected.
- Edit a row where “Cust Date Joined” is NULL
- Cancel modal without making any changes. User is prompted for Unsaved Changes
I have tested this in my own application on various pages as well. Date Picker is the only field prompting in this way this at the moment.
Thanks
Annelize