From 294e11f848ce40b8c13d5a223a327ee97620c145 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Tue, 11 Feb 2020 11:53:26 +0100 Subject: [PATCH] changes --- front/core/components/datalist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/core/components/datalist/index.js b/front/core/components/datalist/index.js index 06fe9492e..d5feb1893 100644 --- a/front/core/components/datalist/index.js +++ b/front/core/components/datalist/index.js @@ -158,7 +158,7 @@ export default class Datalist extends Textfield { } else this.buildList(); - // this.emit('select', {selection}); + this.emit('select', {selection}); }); }