Hello.
I have a Combobox widget that loads a ton of data using paging. Each element of the combobox has a DisplayName and an Id property.
The DisplayName propery is displayed on the input (UI) as an element is selected, the ID is the value that we use on our application's logic.
The problem starts when I select a value that it's not in the first page and the save the data. When we open the widget again, the ID value is displayed on the UI until I scroll to through the combobox elements and it loads the selected value.
I'm guessing that the id property it's being displayed there because it's the only property saved by us and the DisplayName is not loaded yet.
Is there any way to get the selected element using the saved Id ?