Forgot one showValue

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

View File

@ -76,7 +76,7 @@ class Autocomplete {
label = item.label;
}
if (this.options.displayLabelWithValue) {
if (this.options.showValue) {
label += ` ${item.value}`;
}