From 84fab92b6ff1ab72d3a0819a68239295f4cc9593 Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Sat, 14 Jan 2017 20:31:39 +0300 Subject: [PATCH 1/2] Update README.md Add gitter link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df8a26..409966c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# react-input-enhancements +# react-input-enhancements [![Gitter chat](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/react-input-enhancements) + Set of enhancements for input control The intention of creating this library was to bring `input` component out of the dropdown/autocomplete/whatever code, so it could be easily replaced with your custom component, and also to split independent functionality into different components, which could be combined with each other (still not quite sure it was worth it, though). From f00e09d0fd616db6a9d54f3e1460fa75be0dd803 Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Thu, 9 Feb 2017 22:24:45 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 409966c..6cd6059 100644 --- a/README.md +++ b/README.md @@ -262,3 +262,4 @@ See [demo](http://alexkuz.github.io/react-input-enhancements/) for code examples * [react-autocomplete](https://github.com/rackt/react-autocomplete) - Dropdown with autocompletion by Ryan Florence (that led me to create this library) * [react-maskedinput](https://github.com/insin/react-maskedinput) - More advanced masked input by Jonny Buchanan +* [react-autosuggest](https://github.com/moroshko/react-autosuggest) - Beautifully crafted input with dropdown suggestions