We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ead1b commit bb08793Copy full SHA for bb08793
1 file changed
.github/ISSUE_TEMPLATE/test.yml
@@ -15,18 +15,18 @@ body:
15
attributes:
16
label: A single-select dropdown
17
options:
18
- - label: Foo
19
- - label: Bar
20
- - label: Baz
+ - Foo
+ - Bar
+ - Baz
21
- type: dropdown
22
id: multi-dropdown
23
24
label: A multi-select dropdown
25
multiple: true
26
27
28
29
30
- type: input
31
id: the-input
32
0 commit comments