Fix captcha input and disable ALL the helpers

This commit is contained in:
Mark Felder 2020-02-22 09:42:22 -06:00
parent d19c64314f
commit 23e0ce59e6
1 changed files with 3 additions and 0 deletions

View File

@ -187,6 +187,9 @@
class="form-control"
type="text"
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"
>
</template>
</div>