NodeGroup2 / autocomplete-project

An autocomplete app
https://nodetojoy-autocomplete.herokuapp.com/
MIT License
0 stars 2 forks source link

Index.html #79

Closed lucymonie closed 7 years ago

lucymonie commented 7 years ago

Hard-coded ul "suggestion_list" maybe a bit limiting, but not really something to fix at this stage.

marisid commented 7 years ago

Thanks @lucymonie! As discussed, it's about a design decision, whether you want a fixed number of suggestions or more flexibility. And how costly it is in terms of DOM manipulation to create elements on the fly. (though maybe not that costly for our project scale :wink:)