From 54fcc04a5963d02c505a4e898d4045eb3dc8d530 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 14 Aug 2019 21:56:38 +0900 Subject: [PATCH 1/2] disable spellcheck, autocorrect and autocapitalize on the filter input the text entered here are likely to be functions and technical terms and as such spellcheck, autocapitalize and autocorrect would better be disabled. --- src/default_theme/index._ | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/default_theme/index._ b/src/default_theme/index._ index caefed9a3..ead8c2dfc 100644 --- a/src/default_theme/index._ +++ b/src/default_theme/index._ @@ -21,6 +21,9 @@ placeholder='Filter' id='filter-input' class='col12 block input' + spellcheck='false' + autocapitalize='off' + autocorrect='off' type='text' />