We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fbd31 commit 01f2996Copy full SHA for 01f2996
templates/repo/actions/workflow_dispatch_inputs.tmpl
@@ -33,7 +33,8 @@
33
</div>
34
{{end}}
35
<div class="ui field">
36
- <button class="ui tiny primary button" type="submit">{{ctx.Locale.Tr "actions.workflow.run"}}</button>
+ {{/* use autofocus here to prevent the "branch selection" dropdown from getting focus, otherwise it will auto popup */}}
37
+ <button class="ui tiny primary button" autofocus type="submit">{{ctx.Locale.Tr "actions.workflow.run"}}</button>
38
39
40
{{range .workflows}}
0 commit comments