Define “Additional Display Columns” and the following template for the List of Values:
Initialization JavaScript Function (Simply):
function(options) {
options.display = "list";
options.recordTemplate = ( '<li>&'+'NAME'+'.</li>' );
return options;
}
the following JAVA script errors occur:
modelViewBase.min.js?v=23.2.2:3 Uncaught TypeError: this.data$.iconList is not a function
at q.<computed>.<computed>._initView (modelViewBase.min.js?v=23.2.2:3:14047)
at a.<computed> [as _initView] (desktop_all.min.js?v=23.2.2:31:2889)
at q.<computed>.<computed>.refresh (modelViewBase.min.js?v=23.2.2:3:7564)
at a.<computed> [as refresh] (desktop_all.min.js?v=23.2.2:31:2889)
at q.<computed>.<computed>.resize (modelViewBase.min.js?v=23.2.2:3:8924)
at a.<computed> [as resize] (desktop_all.min.js?v=23.2.2:31:2889)
at $ (desktop_all.min.js?v=23.2.2:22:21866)
at Object.open (desktop_all.min.js?v=23.2.2:22:30540)
at HTMLDivElement.open (desktop_all.min.js?v=23.2.2:9:9993)
at q.<computed>.<computed>._trigger (desktop_all.min.js?v=23.2.2:31:9609)
In version APEX 22.2.4 everything was still good.