We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64b264 commit 4a3b656Copy full SHA for 4a3b656
packages/components/src/components/input/input.lite.tsx
@@ -241,7 +241,7 @@ export default function DBInput(props: DBInputProps) {
241
form={props.form}
242
pattern={props.pattern}
243
size={props.size}
244
- // @ts-expect-error inout has a property autoComplete
+ // @ts-expect-error input has a property autoComplete
245
autoComplete={props.autocomplete}
246
autoFocus={getBoolean(props.autofocus, 'autofocus')}
247
onInput={(event: ChangeEvent<HTMLInputElement>) =>
0 commit comments