AutoSuggest icon indicating copy to clipboard operation
AutoSuggest copied to clipboard

A JavaScript plugin to implement IDE like autocompletion in input, textarea or contenteditable fields.

Results 9 AutoSuggest issues
Sort by recently updated
recently updated
newest added

Just checked and it isn't working with input type email, i have modified the line 995 in Autosuggest.js to this `if (input.tagName === 'TEXTAREA' || (input.tagName === 'INPUT' && input.type...

help wanted

getComputedStyle(element, 'line-height') was returning 'normal' thus NaN and placing the .top position incorrectly at zero. Fixed by defaulting to font-height if line-height isn't numeric.

There would be a way to remove the loading only the suggestion will appear when the suggestion actually exists in the array

When user starts selecting multiple characters using SHIFT + LEFT ARROW, the position calculator inserts a span to calculate the position and preserves the previous `Selection` by re-applying the selection...

help wanted

As of now EDGE doesn't support `scrollLeft` for input fields and the `createTextRange` hack that's used for IE11 doesn't work for EDGE. So right now my only option is to...

help wanted

Browser undo is working unexpectedly in all fields. **Possible solution:** Custom Undo behaviour, but it is too much unnecessary code for someone who doesn't need it. If user is using...

help wanted

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [ini](https://github.com/npm/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies