File tree Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Original file line number Diff line number Diff line change @@ -43,23 +43,25 @@ body:
43
43
label : In which browser are you experiencing the issue?
44
44
placeholder : Google Chrome 91.0.4472.114
45
45
description : Provide the full name and don't forget to add the version!
46
- - type : checkboxes
46
+ - type : dropdown
47
47
attributes :
48
48
label : Framework
49
+ multiple : true
49
50
options :
50
- - label : Core
51
- - label : React
52
- - label : Angular
53
- - label : Vue 3
54
- - label : Vue 2
55
- - label : Other (please specify in the Additional context field)
56
- - type : checkboxes
51
+ - Core
52
+ - React
53
+ - Angular
54
+ - Vue 3
55
+ - Vue 2
56
+ - Other (please specify in the Additional context field)
57
+ - type : dropdown
57
58
attributes :
58
59
label : RendererSet
60
+ multiple : true
59
61
options :
60
- - label : Material
61
- - label : Vanilla
62
- - label : Other (please specify in the Additional context field)
62
+ - Material
63
+ - Vanilla
64
+ - Other (please specify in the Additional context field)
63
65
- type : textarea
64
66
attributes :
65
67
label : Additional context
Original file line number Diff line number Diff line change @@ -31,23 +31,25 @@ body:
31
31
attributes :
32
32
value : |
33
33
## Describe for which setup you like to have the improvement
34
- - type : checkboxes
34
+ - type : dropdown
35
35
attributes :
36
36
label : Framework
37
+ multiple : true
37
38
options :
38
- - label : Core
39
- - label : React
40
- - label : Angular
41
- - label : Vue 3
42
- - label : Vue 2
43
- - label : Other (please specify in the Additional context field)
44
- - type : checkboxes
39
+ - Core
40
+ - React
41
+ - Angular
42
+ - Vue 3
43
+ - Vue 2
44
+ - Other (please specify in the Additional context field)
45
+ - type : dropdown
45
46
attributes :
46
47
label : RendererSet
48
+ multiple : true
47
49
options :
48
- - label : Material
49
- - label : Vanilla
50
- - label : Other (please specify in the Additional context field)
50
+ - Material
51
+ - Vanilla
52
+ - Other (please specify in the Additional context field)
51
53
- type : textarea
52
54
attributes :
53
55
label : Additional context
You can’t perform that action at this time.
0 commit comments