Skip to content

Commit a0bfa07

Browse files
committed
2 parents a1822aa + 1fa93c1 commit a0bfa07

2 files changed

Lines changed: 129 additions & 11 deletions

File tree

package-lock.json

Lines changed: 128 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/input-button/InputButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const InputButton: React.FC<InputButtonProps> = (props: InputButtonProps) => {
5050
};
5151
function clickInput(e: React.MouseEvent<MouseEvent>): void {
5252
e.stopPropagation();
53+
e.preventDefault();
5354
let referenceInput = inputRef.current;
5455
if (referenceInput) {
5556
referenceInput.click();

0 commit comments

Comments
 (0)