We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f231af3 commit feace7aCopy full SHA for feace7a
README.md
@@ -22,7 +22,7 @@ I created a plain version of this package without css. Find more information [he
22
23
### Installation via npm
24
25
-```
+```bash
26
npm install react-datalist-input --save
27
```
28
@@ -127,7 +127,7 @@ render() {
127
- item: Object, the item of the items array (with key and label properties)
128
129
- Default:
130
+```javascript
131
/**
132
* default function for matching the current input value (needle) and the values of the items array
133
* @param currentInput String (the current user input)
0 commit comments