From 96f275272eef51829fb41cfb6ff7231e9dc4a93c Mon Sep 17 00:00:00 2001 From: Jonah Date: Sun, 26 Mar 2017 16:13:42 -0400 Subject: [PATCH] Disable autocomplete, autocorrect, autocapitalize On mobile, prevent keyboards from changing text (i.e. type "alpha" -> "Alpha" which doesn't return any results) --- source/symbols.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/symbols.haml b/source/symbols.haml index bd4ba5b..fca150a 100644 --- a/source/symbols.haml +++ b/source/symbols.haml @@ -52,7 +52,7 @@ js: symbols / #filter Filter by - %input{:type => "text"}/ + %input{:type => "text", :autocomplete=>"off", :autocorrect=>"off", :autocapitalize=>"off", :spellcheck=>"false"}/ #symbols--loading .spinner loading...