如何识别 MultiComboBox 选择完成事件的触发器?

How to identify the trigger for selection finish event of a MultiComboBox?

如标题所述,MultiComboBox 的 selectionFinish-function 可以由两件事触发:

  1. Closing Selection of MultiComboBox

  2. Removing item without opening MultiComboBox

问题:如何识别,究竟是什么触发了selectionFinish-function?

UI5不支持这个。它将它们视为相同。