aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsp00n <sp.00.n@gmx.net>2021-05-20 23:59:12 +0200
committerGitHub <noreply@github.com>2021-05-20 23:59:12 +0200
commit5b499555fac1be9343bc7ca4d580bcafe2ca141a (patch)
tree1d669bbbfbfa795d023132fc03f8b80406ac1881
parent024880c5248f748881731f0507e90370997e8aad (diff)
Renamed to displayLabelWithValue to showValue
-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 {