Merge branch '2199-client_create_postcode' of verdnatura/salix into dev
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
commit
8f30f55b65
|
@ -159,7 +159,8 @@ export default class Datalist extends Textfield {
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.model.applyFilter(filter).then(() => {
|
return this.model.applyFilter(filter).then(() => {
|
||||||
if (this.validSelection(this.field)) {
|
const rows = this.model.data;
|
||||||
|
if (this.validSelection(this.field) && rows.length === 1) {
|
||||||
this.refreshSelection();
|
this.refreshSelection();
|
||||||
this.destroyList();
|
this.destroyList();
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in New Issue