Remove test options from example again (see #850)

This commit is contained in:
jos 2019-12-01 11:56:22 +01:00
parent 0d4525d3d2
commit 87691e6693
1 changed files with 1 additions and 1 deletions

View File

@ -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'];
}
}
}