igCombo Resets the text value after loading new dataSource

471 views Asked by At

I am using Infragistics igCombo in my implementation. When the user inputs 3 letters, I fetch the data and load in the dropdown list by calling the dataSource method. After loading the data in the igCombo dropdown, the already input text by user is deleted automatically and the combobox shows empty string

1

There are 1 answers

0
Konstantin Dinev On BEST ANSWER

If you set allowCustomValue: true to the combo, then the input text should remain after a rebind.