Jelajahi Sumber

fix selecting datasource using enter key

Marcus Efraimsson 7 tahun lalu
induk
melakukan
e5e886ccb7

+ 1 - 1
public/app/core/components/form_dropdown/form_dropdown.ts

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