Skip to content

Commit

Permalink
Merge pull request #20 from nwazuo/patch-1
Browse files Browse the repository at this point in the history
fix descrption of input field type onChange prop
  • Loading branch information
kadetXx committed Aug 18, 2022
2 parents c9c150d + 4051a7f commit 771eccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -96,7 +96,7 @@ Insect can be either an input field, a single select field or a multi select fie
| --- | --- | --- | --- |
| value | Sets the value of the input field. | *`string`* |
| rows | Sets the number of rows for textarea | *`number`* |
| onChange | Sets the placeholder for insect component. | *`(e: React.FormEvent<HTMLInputElement>) => void`* |
| onChange | Function to trigger when input field value is changed. | *`(e: React.FormEvent<HTMLInputElement>) => void`* |

<br />
<br />
Expand Down

0 comments on commit 771eccd

Please sign in to comment.