Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean property added for automatic close on enter key #26

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2019

  1. Added a boolean that enables the fuzzy picker to automatically be clo…

    …sed on enter key press.
    ashleydavis committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    1cfa705 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from 1egoman/master

    Merge from master
    ashleydavis authored Jul 27, 2019
    Configuration menu
    Copy the full SHA
    b74d9f1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/ashleydavis/fuzzy-picker

    # Conflicts:
    #	README.md
    #	package-lock.json
    ashleydavis committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    46de414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7fdb19 View commit details
    Browse the repository at this point in the history
  5. Added a new property to enable search by exact match. This is disabl…

    …ed by default for backward compatibility.
    ashleydavis committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    4ec1942 View commit details
    Browse the repository at this point in the history
  6. Added some code to make sure the selected list item is always visibl…

    …e. This prevents the problem that a user can use the arrow keys to select a list item that is offscreen.
    ashleydavis committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    ad1cdc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    d06b0b0 View commit details
    Browse the repository at this point in the history