Hacker News new | ask | show | jobs
by jakub_g 1633 days ago
Side note: basic autocomplete can be done fully without JS using <datalist>

https://blog.teamtreehouse.com/creating-autocomplete-dropdow...

1 comments

Emphasis on basic I think: once you go past what could easily be done earlier you still have to use JS to configure a datasource to load from?