We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ce271 commit 5c0745cCopy full SHA for 5c0745c
templates/repo/issue/fields/dropdown.tmpl
@@ -4,7 +4,9 @@
4
<div class="ui fluid selection dropdown {{if .item.Attributes.multiple}}multiple clearable{{end}}">
5
<input type="hidden" name="form-field-{{.item.ID}}" value="0">
6
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
7
+ {{if not .item.Validations.required}}
8
{{svg "octicon-x" 14 "remove icon"}}
9
+ {{end}}
10
<div class="default text"></div>
11
<div class="menu">
12
{{range $i, $opt := .item.Attributes.options}}
0 commit comments