Skip to content

Commit 4051a7f

Browse files
authored
fix descrption of input field type onChange prop
The input field type's `onChange` prop previously read 'Sets the placeholder for insect component'. This PR updates the description to more accurately match what it does.
1 parent c9c150d commit 4051a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Insect can be either an input field, a single select field or a multi select fie
9696
| --- | --- | --- | --- |
9797
| value | Sets the value of the input field. | *`string`* |
9898
| rows | Sets the number of rows for textarea | *`number`* |
99-
| onChange | Sets the placeholder for insect component. | *`(e: React.FormEvent<HTMLInputElement>) => void`* |
99+
| onChange | Function to trigger when input field value is changed. | *`(e: React.FormEvent<HTMLInputElement>) => void`* |
100100

101101
<br />
102102
<br />

0 commit comments

Comments
 (0)