Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

autocomplete for js will be great too.


sort by: page size:

What about autocomplete for html and css? Always been looking for something like this :)

Chrome autocomplete support would be awesome.

You don't need JS for basic autocomplete in 2023, you can use "datalist" in HTML: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/da...

A lot of basic high value interactions are more directly encoded in HTML today than a lot of developers expect to need JS for. Some other tags to pay attention to: summary/details, progress, meter, input type="color|date|time|datetime|range".

It's an interesting relearning project, sometimes, how much the high level interactivity bits of HTML have changed since, for instance, the jQuery era.


certainly... autocomplete is great

Datalist is really awesome. Autocomplete with no CSS or JS? sounds good to me.

+10 for bacon.js!!

Edit: While I use it primarily for ajax, skipDuplicates and flatMapLatest are a godsend for building autocomplete


Just to hijack this thread: I'm looking for a autocomplete library (like typeahead.js) that works on textareas. Any recommendations?

Agreed. Autocomplete feels important.

Only when having to write code manually do I fully appreciate the awesomeness of autocomplete.

If you want a mobile-first, vanilla JS autocomplete implementation: https://github.com/jonathanong/autocomplete

Please add autocomplete, it would make it so much easier to work with; something like the Chrome console.

Awesome feature, this will autocomplete very easy to implement.

When you have your own javascript driven autocomplete that provides more accurate/context specific suggestions.

The core focus right now is autocomplete, but this is definitely an area that we want to explore more in the future!

A lot of stuff is built for autocomplete these days. Hard to say that's not the future of app dev.

You can do all of that with very lightweight JavaScript though. 10+ years ago I did autocomplete using a few carefully crafted lines of code and the page still renders just fine.

The problem is JS frameworks make development easier but have high real world costs that are often ignored.


Autocomplete.js is the successor of twitter/typeahead. It's a source-agnostic autocomplete JavaScript library that has just been rewritten to allow for more autocomplete UIs and better stability.

Of course it works with Algolia indexes, but it can also work with any type of asynchronous data sources.


The fastest, most powerful autoComplete.js yet!

It's the same as the form autocomplete you already have, only now it can be initiated from js.
next

Legal | privacy