DOM attributes should be camelCased

pull/1/head
Cveinnt 2 years ago
parent 624a9da9e5
commit ea30926380

@ -98,7 +98,7 @@ export const Input = ({
autoFocus
onKeyDown={onSubmit}
autoComplete="off"
spellcheck="false"
spellCheck="false"
/>
</div>
);

Loading…
Cancel
Save