You develop an SAPUI5 app and implement a FacetFilter.
What events are triggered when the user interacts with the FacetFilter control?
Note: There are 2 correct answers to this question.
confirm
reset
listFilter
oninit
Thesap.m.FacetFiltercontrol fires:
confirm: when filters are applied.
reset: when the user clears filters.
SAPUI5 API Reference - FacetFilter:“Events include 'confirm', 'reset', triggered by user interactions.”
listFilter/oninit are not defined FacetFilter events.
Submit