Refactor inputComponent onChange event handler
This commit is contained in:
parent
60a83d1f6a
commit
0a1ee6994e
1 changed files with 1 additions and 2 deletions
|
|
@ -100,9 +100,8 @@ export default function InputComponent({
|
|||
],
|
||||
});
|
||||
}
|
||||
|
||||
onChange(e.target.value);
|
||||
}
|
||||
onChange(e.target.value);
|
||||
}}
|
||||
onKeyDown={(e) => {
|
||||
handleKeyDown(e, value, "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue