From 8399c3e984e25adad3669e0caa878daa2dddcae6 Mon Sep 17 00:00:00 2001 From: tbleckert Date: Fri, 25 May 2018 16:34:01 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf6f6c3..c5d2768 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,19 @@

-## Demo +## Features -Live demo can be found here: [http://tbleckert.github.io/react-select-search/](http://tbleckert.github.io/react-select-search/) +* Basic HTML select functionality, including multiple +* Search/filter options +* Custom option rendering +* Keyboard support +* Group options with group names, you can search group names +* Events for everything +* Fully stylable -## Warning +## Demo -Until the 1.0.0 release, this react component is considered not to be production ready. It will most likely work for you but it's lacking tests and testing. I'm trying my hardest to get enough time to work on this and test it. Any and all help is much appreciated in forms of both testing and code contributions. +Live demo can be found here: [http://tbleckert.github.io/react-select-search/](http://tbleckert.github.io/react-select-search/) ## Known issues From 85a60aab543d43a86ad334e7652a2832a2d74a32 Mon Sep 17 00:00:00 2001 From: tbleckert Date: Fri, 25 May 2018 16:42:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5d2768..9eeb491 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Live demo can be found here: [http://tbleckert.github.io/react-select-search/](http://tbleckert.github.io/react-select-search/) +Demo + ## Known issues * Weird tab behaviour in some places in Safari