Invoke handler for customer autocomplete when making new custorder
This commit is contained in:
parent
57cb787b30
commit
3b6b1aa5b6
4 changed files with 27 additions and 6 deletions
|
@ -59,8 +59,11 @@ const TailboneAutocomplete = {
|
|||
},
|
||||
|
||||
getDisplayText() {
|
||||
if (this.assignedLabel) {
|
||||
return this.assignedLabel
|
||||
}
|
||||
if (this.selected) {
|
||||
return this.selected.label
|
||||
return this.selected.display || this.selected.label
|
||||
}
|
||||
return ""
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue