Skip to content

Commit 78d3c60

Browse files
gomitrahwxiaoguang
andauthored
enhance(actions): make workflow dispatch choice dropdown support search (#39154)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 parent e806566 commit 78d3c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/repo/actions/workflow_dispatch_inputs.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="ui field {{if .Required}}required{{end}}">
1313
{{if eq .Type "choice"}}
1414
<label>{{or .Description .Name}}:</label>
15-
<select class="ui selection dropdown" name="{{.Name}}">
15+
<select class="ui search selection dropdown" name="{{.Name}}">
1616
{{range .Options}}
1717
<option value="{{.}}" {{if eq $item.Default .}}selected{{end}}>{{.}}</option>
1818
{{end}}

0 commit comments

Comments
 (0)