Other than a “down-arrow --» enter” key sequence as suggested here can anyone suggest an easier way to make a text field active for input in a Drafts prompt? Has anything changed since that answer?
Use the wantsFocus
option when calling addTextField
to the prompt. (docs).
1 Like
Perfect. Thanks. :))