Add placeholder to customer lookup for new order

also hide phone field unless customer is identified
This commit is contained in:
Lance Edgar 2021-09-24 17:28:14 -04:00
parent fbd12c7dfc
commit 57cb787b30
3 changed files with 11 additions and 8 deletions

View file

@ -10,6 +10,7 @@ const TailboneAutocomplete = {
initialLabel: String,
assignedValue: String,
assignedLabel: String,
placeholder: String,
},
data() {