File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ class SelectPreview < ViewComponent::Preview
11
11
# @param label text
12
12
# @param caption text
13
13
# @param required toggle
14
+ # @param multiple toggle
14
15
# @param visually_hide_label toggle
15
16
# @param size [Symbol] select [small, medium, large]
16
17
# @param full_width toggle
@@ -23,6 +24,7 @@ def playground(
23
24
label : "Favorite place to visit" ,
24
25
caption : "They're all good" ,
25
26
required : false ,
27
+ multiple : false ,
26
28
visually_hide_label : false ,
27
29
size : Primer ::Forms ::Dsl ::Input ::DEFAULT_SIZE . to_s ,
28
30
full_width : true ,
@@ -36,6 +38,7 @@ def playground(
36
38
label : label ,
37
39
caption : caption ,
38
40
required : required ,
41
+ multiple : multiple ,
39
42
visually_hide_label : visually_hide_label ,
40
43
size : size ,
41
44
full_width : full_width ,
You can’t perform that action at this time.
0 commit comments