aboutsummaryrefslogtreecommitdiff
path: root/autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'autocomplete.js')
-rw-r--r--autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocomplete.js b/autocomplete.js
index f6daa71..fd79b36 100644
--- a/autocomplete.js
+++ b/autocomplete.js
@@ -5,7 +5,7 @@ const DEFAULTS = {
highlightClass: 'text-primary',
label: 'label',
value: 'value',
- displayLabelWithValue: false,
+ showValue: false,
};
class Autocomplete {