APEX 5.1.2
How can I use the Shared Component > List of Values component with a Static source to disable certain values in the list? For example -
1 - Apple
2 - Orange
3 - Banana (disabled)
In other words, map the data/value and show the display value but make certain options un-selectable by the user.
This corresponds to the OPTION DISABLED attribute in the underlying HTML markup
Any ideas? Thanks