1egoman / fuzzy-picker

:mag: React component that implements a fuzzy picker (like sublime text's command pallete, or slack's channel switcher).
https://1egoman.github.io/fuzzy-picker
MIT License
76 stars 9 forks source link

Added new property 'autoCloseOnEnter' to enable automatic close on enter. #18

Closed ashleydavis closed 6 years ago

ashleydavis commented 6 years ago

Added new property 'autoCloseOnEnter' that can be set to true to have fuzzy picker automatically close when the user presses enter. For backward compatibility this property defaults to false to not automatically close on enter.

1egoman commented 6 years ago

@ashleydavis Would you be able to resolve the conflicts? Other than that, LGTM!

ashleydavis commented 6 years ago

Ok I've merged. Hopefully its good now!

ashleydavis commented 6 years ago

Travis build seems to be failing, but I can't seem to see an error message.