diff --git a/README.md b/README.md index 5df8a26..6cd6059 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). @@ -261,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