Merge remote-tracking branch 'origin/master' into issue593_bug_addAddress

This commit is contained in:
2022-04-28 17:46:42 +02:00
28 changed files with 238 additions and 106 deletions

View File

@@ -119,7 +119,7 @@ export default {
},
listenInputSearch(query) {
//console.log('listenInputSearch', query, this.isAddressSelectorOpen);
if (!this.entity.selected.writeNew.postcode) {
if (!this.entity.selected.writeNew.postcode && 'id' in this.entity.selected.city) {
if (query.length > 2) {
this.isLoading = true;
searchReferenceAddresses(query, this.entity.selected.city).then(