fix selecting datasource using enter key

(cherry picked from commit e5e886ccb7)
This commit is contained in:
Marcus Efraimsson
2018-11-06 15:07:38 +01:00
committed by bergquist
parent 2d23704082
commit 738db3319e
@@ -88,7 +88,7 @@ export class FormDropdownCtrl {
if (evt.keyCode === 13) {
setTimeout(() => {
this.inputElement.blur();
}, 100);
}, 300);
}
});