Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update FormInput.react.js
Browse files Browse the repository at this point in the history
Add onClick Event

Required by #495 (comment)
  • Loading branch information
klip authored Sep 2, 2020
1 parent 2ace554 commit c9b1540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Form/FormInput.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function FormInput(props: Props): React.Node {
maxLength,
checked,
onChange,
onClick,
onMouseEnter,
onMouseLeave,
onPointerEnter,
Expand Down Expand Up @@ -135,6 +136,7 @@ function FormInput(props: Props): React.Node {
autoFocus,
required,
onChange,
onClick,
onMouseEnter,
onMouseLeave,
onPointerEnter,
Expand Down

0 comments on commit c9b1540

Please sign in to comment.