Skip to content

Commit 29def5b

Browse files
committed
fix: typing typo
1 parent 045be20 commit 29def5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Validator {
117117
return !this.any()
118118
}
119119

120-
onKeydown(event: KeyboardEvent, prefix?: string) {
120+
onKeydown(event: any, prefix?: string) {
121121
const { name } = event.target as HTMLInputElement
122122
if (!name) return
123123
const names = prefix ? [name, `${prefix}.${name}`] : [name]

0 commit comments

Comments
 (0)