From ce7994b85dc3208c5138de3196bdba21fafdd521 Mon Sep 17 00:00:00 2001 From: sp00n Date: Thu, 20 May 2021 23:59:55 +0200 Subject: Forgot one showValue --- autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocomplete.js b/autocomplete.js index fd79b36..169d3ed 100644 --- a/autocomplete.js +++ b/autocomplete.js @@ -76,7 +76,7 @@ class Autocomplete { label = item.label; } - if (this.options.displayLabelWithValue) { + if (this.options.showValue) { label += ` ${item.value}`; } -- cgit v1.2.3