In my usecase I need the combobox to only load values when the user clicks on it, which LazyDataView achieves, but to then check if the values need to be updated if the ComboBox is opened again. However, LazyDataView seems to only fetch again when it has been refreshed and the focus listener is unreliable on touch devices.
Is there a type of provider or a construct that achieves this behaviour?