When using that the large dataset, when paired with preselected values, triggers continuous server requests and results in incorrect value binding. Also that the issue persisted and observed that reducing the popup height ( 200px ) in the ComboBox caused the problem to recur.
Sample:
Need to ensure the following Items ,
1] Console Error occur
2] Preselected value is not selected .
3] Initial Request is failed.
4] Continuous server request made when we have bound after 35th item . Or when we scroll the items.
5] Ensure the AllowObject binding is works.
Replication Procedure:
Run the sample
Open the network tab and console tab.
See the issue.
Expected Output:
No Console errors occur, the value should bound prpoerly.
Current Output:
Console errors occur, the value not bound prpoerly.