Skip to content

Commit 20486dc

Browse files
authored
correct on:change to on:input
1 parent 676acef commit 20486dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ the render prop pattern in React.
7171
<form on:submit|preventDefault={props.handleSubmit}>
7272
<input
7373
type="text"
74-
on:change={props.handleInput}
74+
on:input={props.handleInput}
7575
on:blur={props.handleBlur}
7676
value={props.values.name}
7777
name="name"

0 commit comments

Comments
 (0)