oakmac / autocompletejs

AutoCompleteJS Widget
Other
72 stars 14 forks source link

should not add <li> elements to the DOM unless necessary #50

Open oakmac opened 11 years ago

oakmac commented 11 years ago

for large lists, should only inject as many DOM elements as view-able (+ some buffer) for the dropdown

similar to how SlickGrid works

oakmac commented 11 years ago

would be nice to have a clientside example with 100,000 options to check performance

also would be a nice test of the performance of matchOptions