There was an error while loading. Please reload this page.
1 parent e806566 commit 78d3c60Copy full SHA for 78d3c60
1 file changed
templates/repo/actions/workflow_dispatch_inputs.tmpl
@@ -12,7 +12,7 @@
12
<div class="ui field {{if .Required}}required{{end}}">
13
{{if eq .Type "choice"}}
14
<label>{{or .Description .Name}}:</label>
15
- <select class="ui selection dropdown" name="{{.Name}}">
+ <select class="ui search selection dropdown" name="{{.Name}}">
16
{{range .Options}}
17
<option value="{{.}}" {{if eq $item.Default .}}selected{{end}}>{{.}}</option>
18
{{end}}
0 commit comments