autocomplete
autocomplete copied to clipboard
Blazing fast and lightweight autocomplete widget without dependencies. Only 1KB gzipped. Demo:
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [terser](https://github.com/terser/terser) from 5.3.8 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
The preventSubmit setting should only be applied when the autocomplete list is visible. If the enter is pressed while the focus is on the input field the form should be...
You can easily support screen readers just by adding a few HTML attributes: https://accessibility.huit.harvard.edu/technique-aria-autocomplete
Hi, Is there a possibility to disable re rendering the results on keypress on down and up buttons? If i press down or up to navigate through results the list...
…it` is `true`. Assume the following: 1. Autocomplete is used for a `textarea` element (instead of an `input` element). 2. `preventSubmit` is `true`. 3. No autocomplete menu is visible. 4....
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
### Expected Behaviour Scrolling the page does not affect the autocompleter list ### Actual Behaviour Scrolling the page results in heavy updates of max-height style attribute on every scroll event....
In each element while fetching the data return a Dictionary like {value, label, class} Nota: class it's optional