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.
nocorrect
1 parent 549981e commit 6f5d8b6Copy full SHA for 6f5d8b6
app/components/Header/AuthModal.client.vue
@@ -59,8 +59,7 @@ async function handleLogin() {
59
type="text"
60
name="handle"
61
:placeholder="$t('auth.modal.handle_placeholder')"
62
- autocomplete="off"
63
- spellcheck="false"
+ v-bind="noCorrect"
64
class="w-full px-3 py-2 font-mono text-sm bg-bg-subtle border border-border rounded-md text-fg placeholder:text-fg-subtle transition-colors duration-200 focus:border-accent focus-visible:(outline-2 outline-accent/70)"
65
/>
66
</div>
0 commit comments