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
Asked
Active
Viewed 436 times
1
-
Can you show your igCombo configuration? And the code where you're loading the new dataSource. – Konstantin Dinev Jul 14 '16 at 08:57
1 Answers
1
If you set allowCustomValue: true
to the combo, then the input text should remain after a rebind.

Konstantin Dinev
- 34,219
- 14
- 75
- 100