From 87691e66939c903524c4a894a9b74f025601e4c0 Mon Sep 17 00:00:00 2001 From: jos Date: Sun, 1 Dec 2019 11:56:22 +0100 Subject: [PATCH] Remove test options from example again (see #850) --- examples/11_autocomplete_basic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/11_autocomplete_basic.html b/examples/11_autocomplete_basic.html index 20b04f0..b17a60d 100644 --- a/examples/11_autocomplete_basic.html +++ b/examples/11_autocomplete_basic.html @@ -32,7 +32,7 @@ const options = { autocomplete: { getOptions: function () { - return ['apple', 'cranberry', 'raspberry', 'pie', 'mango', 'mandarine', 'melon', 'appleton', null, "nothing", false, true, 1234, 123]; + return ['apple', 'cranberry', 'raspberry', 'pie', 'mango', 'mandarine', 'melon', 'appleton']; } } }