typeahead-standalone
typeahead-standalone copied to clipboard
A fast fully-featured standalone autocomplete library
### What happened? using with typescript throw the following error: ```cmd Error: node_modules/typeahead-standalone/dist/index.d.cts:23:32 - error TS2304: Cannot find name 'Dictionary'. 23 function typeahead(config: typeaheadConfig): typeaheadResult; ~~~~~~~~~~ Error: node_modules/typeahead-standalone/dist/index.d.cts:23:52 - error...
### What happened? When we use remote typeahead option to get an ordered dataset from the server by input value, seems that suggestions pop up randomly whenever the input text...
Add new data source based on a function call that runs when the typeahead gains focus. This allows for dynamic content from the application's context. Also changed ev.keyCode to ev.code...
This library is very useful for widget development where HTML is being injected into an unknown website, but the lack of namespacing of the core function threatens collisions. This library...
I am trying to implement typeahead in a website with HTMX and AlpineJS. The problem is that the "hint" input is an exact clone of the original input, including all...