'Add clear button in Date Picker for Oracle Apex

Is it possible to add clear button in date picker? I have this item that is read only to avoid wrong format when inputting. So, I'm thinking of a solution to add clear button inside the date picker in Oracle APEX. Thank you.

enter image description here



Solution 1:[1]

The easiest way is to add a Quick pick to the Item.

  1. Go to the Item attributes and switch on the Show Quick Picks option and enter the value of the Label1 as Clear and leave the Value1 field empty.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Akil_Ramesh