Renamed to displayLabelWithValue to showValue

This commit is contained in:
sp00n 2021-05-20 23:59:12 +02:00 committed by GitHub
parent 024880c524
commit 5b499555fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ const DEFAULTS = {
highlightClass: 'text-primary',
label: 'label',
value: 'value',
displayLabelWithValue: false,
showValue: false,
};
class Autocomplete {