mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 17:37:50 +01:00
Update README.md
This commit is contained in:
parent
8651aa50ca
commit
7f658a951c
@ -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.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user