Hello, using APEX 24.1,
Im doing a very basic smartfilter on a classic region based only on text columns. Works properly when I click into the search box, select the column I want to filter for, select the entry. (so the pre-listed entry) Then it filters correctly.
However, if I enter just a small piece of search text, a corresponding smart filter is shown and if I select it, it does not filter but a message appears in JS Console:
widget.facets.min.js?v=24.1.0:4 Uncaught TypeError: Cannot read properties of undefined (reading 'label')
at u (widget.facets.min.js?v=24.1.0:4:33268)
at Object.activateChip (widget.facets.min.js?v=24.1.0:4:34421)
at Ue (desktop_all.min.js?v=24.1.0:24:10733)
at HTMLDivElement. (desktop_all.min.js?v=24.1.0:24:17909)
at HTMLDivElement.dispatch (desktop_all.min.js?v=24.1.0:5:43125)
at v.handle (desktop_all.min.js?v=24.1.0:5:41120)
Any Ideas?
Best Regards
Sebastian
I already urgend to upgrade to 24.2 . Hope it will resolve there.