fuzzy-picker icon indicating copy to clipboard operation
fuzzy-picker copied to clipboard

:mag: React component that implements a fuzzy picker (like sublime text's command pallete, or slack's channel switcher).

Results 8 fuzzy-picker issues
Sort by recently updated
recently updated
newest added

I've added a property that allows the fuzzy picker to be automatically closed when the user presses the enter key. This is disabled by default for backward compatibility.

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...

dependencies

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - See full diff in [compare view](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)...

dependencies

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

The latest version of prop-types on NPM at the time of creating this issue, is [email protected]. It is therefore impossible to satisfy the peer dependency of [email protected].

It's possible to use `FuzzyPicker` with `redux` ? I have problems using `redux` in my application. When `items` changes, the component is not being ~rendered~ re-rendered.

I would like a callback `OnOpen` like `OnClose`. My question is: How can I execute a function when `fuzzy-finder` is opened ? This functionality is very useful

Hi, great component! Just wondering if there is any way that I can show all commands before the user has typed anything? The way VS code does it: ![vs command...