From 5b499555fac1be9343bc7ca4d580bcafe2ca141a Mon Sep 17 00:00:00 2001 From: sp00n Date: Thu, 20 May 2021 23:59:12 +0200 Subject: Renamed to displayLabelWithValue to showValue --- autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3