diff options
-rw-r--r-- | autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
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}`; } |