Skip to content

Commit 4a3b656

Browse files
authored
chore: typo
1 parent f64b264 commit 4a3b656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/input/input.lite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default function DBInput(props: DBInputProps) {
241241
form={props.form}
242242
pattern={props.pattern}
243243
size={props.size}
244-
// @ts-expect-error inout has a property autoComplete
244+
// @ts-expect-error input has a property autoComplete
245245
autoComplete={props.autocomplete}
246246
autoFocus={getBoolean(props.autofocus, 'autofocus')}
247247
onInput={(event: ChangeEvent<HTMLInputElement>) =>

0 commit comments

Comments
 (0)