We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7d7dd commit 990f540Copy full SHA for 990f540
event-demo/src/components/AuthModal.tsx
@@ -73,7 +73,7 @@ export const AuthModal: React.FC<A> = ({token, auth}) => {
73
onChange={handleChange}
74
onKeyDown={handleKeyDown}
75
type={"text"}
76
- spellcheck={false}
+ spellCheck={false}
77
/>
78
<Submit
79
onClick={() => auth(value)}
0 commit comments