How to autofocus on prompt

Hey, i would like to autofocus the Input Inside App.dialog.prompt, does anyone know how to do that?

var dialog = app.dialog.prompt('...');
dialog.$el.find('input').focus();
2 Likes