Skip to content

Commit

Permalink
🐛 prevent event bubbling
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya committed Jan 3, 2021
1 parent 31f25f2 commit 205d4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-tag-input-component",
"description": "lightweight component for tag(s) input",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"author": "Harsh Zalavadiya",
"module": "dist/react-tag-input-component.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const TagsInput = ({
type="text"
name={name}
placeholder={placeHolder}
onKeyUp={handleOnKeyUp}
onKeyDown={handleOnKeyUp}
onBlur={onBlur}
/>
</div>
Expand Down

0 comments on commit 205d4a1

Please sign in to comment.