aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-02-22 09:42:22 -0600
committerMark Felder <feld@FreeBSD.org>2020-02-22 09:42:22 -0600
commit23e0ce59e610a1f3f49f3f53e0a1015530110120 (patch)
tree0e0179a640e4b014a318c2c98a2439a4a285ee46 /src/components/registration
parentd19c64314ff08391a2649681e6b64d052e600059 (diff)
Fix captcha input and disable ALL the helpers
Diffstat (limited to 'src/components/registration')
-rw-r--r--src/components/registration/registration.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index fdbda007..a83ca1e5 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -187,6 +187,9 @@
class="form-control"
type="text"
autocomplete="off"
+ autocorrect="off"
+ autocapitalize="off"
+ spellcheck="false"
>
</template>
</div>