Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 9f3faaf

Browse files
committed
2 parents 2ec06dd + f00e09d commit 9f3faaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# react-input-enhancements
1+
# react-input-enhancements [![Gitter chat](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/react-input-enhancements)
2+
23
Set of enhancements for input control
34

45
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
261262

262263
* [react-autocomplete](https://github.com/rackt/react-autocomplete) - Dropdown with autocompletion by Ryan Florence (that led me to create this library)
263264
* [react-maskedinput](https://github.com/insin/react-maskedinput) - More advanced masked input by Jonny Buchanan
265+
* [react-autosuggest](https://github.com/moroshko/react-autosuggest) - Beautifully crafted input with dropdown suggestions

0 commit comments

Comments
 (0)