From 35239ae9edbdaf8e754e9eb971cc8655f6fb0695 Mon Sep 17 00:00:00 2001 From: Fabiano Taioli Date: Mon, 16 Mar 2020 18:02:40 +0100 Subject: [PATCH] Fix autocomple for Google Chrome --- horsey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horsey.js b/horsey.js index bc0d3d9..88e17ac 100644 --- a/horsey.js +++ b/horsey.js @@ -209,7 +209,7 @@ function autocomplete (el, options = {}) { container.appendChild(noneMatch); } parent.appendChild(container); - el.setAttribute('autocomplete', 'off'); + el.setAttribute('autocomplete', 'none'); if (Array.isArray(source)) { loaded(source, false);