DOM attributes should be camelCased

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

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

Loading…
Cancel
Save