Add "full lookup" product search modal for new custorder page
This commit is contained in:
parent
025cabd1ad
commit
072f5da69d
4 changed files with 403 additions and 13 deletions
|
@ -223,6 +223,12 @@ const TailboneAutocomplete = {
|
|||
// we have nothing to go on here..
|
||||
return ""
|
||||
},
|
||||
|
||||
// returns the "raw" user input from the underlying buefy
|
||||
// autocomplete component
|
||||
getUserInput() {
|
||||
return this.buefyValue
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue