From 7f658a951cd03a6376f3711dac13420ba3096975 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 19 Jul 2018 14:04:32 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb022a8..a73ea56 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ## Info -This package provides an input field with a drop-down menu react component. - -The component contains an input field with a drop down menu to pick a possible option based on the current input as a react component. +This package provides one react component that contains an input field with a drop down menu to pick a possible option based on the current input. Have a look at [w3schools.com](https://www.w3schools.com/howto/howto_js_autocomplete.asp) to see how you can do the same thing with pure html, css, and js. @@ -104,4 +102,4 @@ match = (currentInput, item) => { - The placeholder that will be shown inside the input field. - \ No newline at end of file +