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 31f25f2 commit 205d4a1Copy full SHA for 205d4a1
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-tag-input-component",
3
"description": "lightweight component for tag(s) input",
4
- "version": "1.0.6",
+ "version": "1.0.7",
5
"license": "MIT",
6
"author": "Harsh Zalavadiya",
7
"module": "dist/react-tag-input-component.esm.js",
src/index.tsx
@@ -110,7 +110,7 @@ export const TagsInput = ({
110
type="text"
111
name={name}
112
placeholder={placeHolder}
113
- onKeyUp={handleOnKeyUp}
+ onKeyDown={handleOnKeyUp}
114
onBlur={onBlur}
115
/>
116
</div>
0 commit comments