ComboBox: How to avoid that the microflow for the Selectable objects are called twice

0
Hello Mendix Community,   we have implemented a ComboBox (latest release: V 2.3.0) that is getting the data (possible values for the ComboBox) from a microflow as "Selectable objects". The configuration of the ComboBox can be found on the screenshot below, Lazy Loading is configured on the Advanced tab, no events defined. From a functional point of view everything works fine.   But the Microflow for the "Selectable objects" is called twice. Once when entering the ComboBox field. That's what we expect, because the list of the ComboBox should be filled with the list of values from the microflow When leaving the ComboBox field then the microflow is called again.   Is there any reason why the Selectable objects is called again when leaving the ComboBox field? Is it possible to change/adjust this behaviour of the ComboBox?   Any hints are welcome, thanks in advance. Best regards    Uwe  
asked
0 answers