changes
gitea/salix/1996-datalist_component This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-02-11 11:53:26 +01:00
parent dbcc641016
commit 294e11f848
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export default class Datalist extends Textfield {
} else
this.buildList();
// this.emit('select', {selection});
this.emit('select', {selection});
});
}