Skip to content

Commit

Permalink
Fix syntax for dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Aug 25, 2021
1 parent 16ead1b commit bb08793
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ body:
attributes:
label: A single-select dropdown
options:
- label: Foo
- label: Bar
- label: Baz
- Foo
- Bar
- Baz
- type: dropdown
id: multi-dropdown
attributes:
label: A multi-select dropdown
multiple: true
options:
- label: Foo
- label: Bar
- label: Baz
- Foo
- Bar
- Baz
- type: input
id: the-input
attributes:
Expand Down

0 comments on commit bb08793

Please sign in to comment.