Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 1992-goWhenOneResult

This commit is contained in:
Juan Ferrer 2020-03-17 13:34:54 +01:00
commit 48980c7d38
1 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,8 @@ export default class Datalist extends Textfield {
}
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.destroyList();
} else