From 23e0ce59e610a1f3f49f3f53e0a1015530110120 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Sat, 22 Feb 2020 09:42:22 -0600 Subject: [PATCH] Fix captcha input and disable ALL the helpers --- src/components/registration/registration.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index fdbda0077a..a83ca1e527 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" >