Forgot one showValue
This commit is contained in:
parent
5b499555fa
commit
ce7994b85d
@ -76,7 +76,7 @@ class Autocomplete {
|
||||
label = item.label;
|
||||
}
|
||||
|
||||
if (this.options.displayLabelWithValue) {
|
||||
if (this.options.showValue) {
|
||||
label += ` ${item.value}`;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user