fix selecting datasource using enter key

This commit is contained in:
Marcus Efraimsson 2018-11-06 11:49:22 +01:00
parent a3196a130e
commit e5e886ccb7
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -88,7 +88,7 @@ export class FormDropdownCtrl {
if (evt.keyCode === 13) {
setTimeout(() => {
this.inputElement.blur();
}, 100);
}, 300);
}
});