react-autocomplete-input
react-autocomplete-input copied to clipboard
Autocomplete input field for React
I faced a big trouble with Japanese keyboard. When I typed a single character, it seem to be double. I think it related to IME string. https://github.com/facebook/react/issues/3926 On your demo...
When using autocomplete on e.g. the "@" symbol in the example the input history gets deleted. So Undo/Ctrl-Z only works back to the last autocomplete action. Repro steps: 1) Use...
Please add line number display feature in the Textarea component ref: [https://i.stack.imgur.com/2QjnH.jpg](https://i.stack.imgur.com/2QjnH.jpg)
As title, found in version 1.0.12.
Hey there great library! Are there any plans to allow rendering the items in the options list with custom components? Or would a PR be accepted? For example: ```jsx {opt}}...
This is slightly related to #18 but more generic. I'm using [minisearch](https://github.com/lucaong/minisearch) for client-side search and it also provides autocomplete suggestions. I'd like to use `minisearch` (really, any similar function)...
The current implementation uses string comparison to match autocomplete options. We may dramatically improve performance, especially for a large set of options, by leveraging prefix tree algorithm. (Un)fortunately, I have...
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.13 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....
Bumps [minimist](https://github.com/substack/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.6 Commits See full diff in compare view Updates `mkdirp` from 0.5.1 to 0.5.6...