Add "full lookup" product search modal for new custorder page

This commit is contained in:
Lance Edgar 2022-02-08 12:21:24 -06:00
parent 025cabd1ad
commit 072f5da69d
4 changed files with 403 additions and 13 deletions

View file

@ -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
},
},
}