wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Combo Box fail to load large records #208

Open DheerajSaravagi opened 8 years ago

DheerajSaravagi commented 8 years ago

Suppose if we bind large amount of data (approx 500 or more) then it is not capable to hold that record for selection. whenever we click on combo box it is going to close in milliseconds.

BSick7 commented 8 years ago

While it would be nice to have extreme performance, ComboBox is not meant to show so many records. This provides a poor experience to the user.