x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!-- With caption --><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre> component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre> , eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre> . - Your friendly neighborhood accessibility team.</div><br><form action="/foo" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="ZHm2XwdeqHWgH1ndYIzc0F24O_0m-f1fm5IXPixjYxvE-t6NNy7faqhbMaVccNGHxy_Mnc1hiyvpr8A4RP3CvQ" autocomplete="off" /> <div data-view-component="true" class="FormControl"> <label for="bar-c25e9b424c70c3d50be2ba105ae41604" data-view-component="true" class="FormControl-label"> Best character </label> <input id="bar-c25e9b424c70c3d50be2ba105ae41604" aria-describedby="caption-form-control-921c30f0-ad78-47cf-85b4-836c38d07a24" type="text" name="bar" /> <span class="FormControl-caption" id="caption-form-control-921c30f0-ad78-47cf-85b4-836c38d07a24"> May the force be with you </span> </div></form><!-- With validation message --><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre> component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre> , eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre> . - Your friendly neighborhood accessibility team.</div><br><form action="/foo" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="h6JceqVBuoNJTg92oMZHj-o37rk88qaje9Ayk8Q2Tg8nITSolTHNnEEKZw6cOkrYcKAZ2ddq0NcJ7eWVrKjvqQ" autocomplete="off" /> <div data-view-component="true" class="FormControl"> <label for="bar-1c3e96989867871d37eaad682e9a4296" data-view-component="true" class="FormControl-label"> Best character </label> <input id="bar-1c3e96989867871d37eaad682e9a4296" aria-describedby="validation-form-control-180b5a37-81a6-4d54-b147-48cba0568094" type="text" name="bar" /> <div id="validation-form-control-180b5a37-81a6-4d54-b147-48cba0568094" data-view-component="true" class="FormControl-inlineValidation"> <span class="FormControl-inlineValidation--visual"><svg aria-hidden="true" height="12" viewBox="0 0 12 12" version="1.1" width="12" data-view-component="true" class="octicon octicon-alert-fill"> <path d="M4.855.708c.5-.896 1.79-.896 2.29 0l4.675 8.351a1.312 1.312 0 0 1-1.146 1.954H1.33A1.313 1.313 0 0 1 .183 9.058ZM7 7V3H5v4Zm-1 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path> </svg></span> <span>Something went wrong</span> </div> </div></form><!-- Required --><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre> component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre> , eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre> . - Your friendly neighborhood accessibility team.</div><br><form action="/foo" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="_opZeeukdkY-FMa6CQhdhSP9SOTKSfPWhgrhYz_iY0VeCTGr29QBWTZQrsI19FDSuWq_hCHRhaL0NzZlV3zC4w" autocomplete="off" /> <div data-view-component="true" class="FormControl"> <label for="bar-3396cc88e43c4702e63051380b16c1d0" data-view-component="true" class="FormControl-label"> Best character <span aria-hidden="true">*</span> </label> <input id="bar-3396cc88e43c4702e63051380b16c1d0" aria-required="true" type="text" name="bar" /> </div></form><!-- With visually hidden label --><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre> component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre> , eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre> . - Your friendly neighborhood accessibility team.</div><br><form action="/foo" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="rK7dCYeV0hjiC0_eBsVHi2YvyMdV6oNjlW7sGQpnVAgMLbXbt-WlB-pPJ6Y6OUrc_Lg_p75y9RfnUzsfYvn1rg" autocomplete="off" /> <div data-view-component="true" class="FormControl"> <label for="bar-9b9d66faf755b7c3c6d207a418a4d0c4" data-view-component="true" class="FormControl-label sr-only"> Best character </label> <input id="bar-9b9d66faf755b7c3c6d207a418a4d0c4" type="text" name="bar" /> </div></form>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<%# With caption %><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre>component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre>, eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre>. - Your friendly neighborhood accessibility team.</div><br><% field_id = "bar-#{SecureRandom.hex}" %><%= form_with(url: "/foo") do |f| %> <%= render(Primer::Alpha::FormControl.new(**system_arguments, label_arguments: { for: field_id })) do |component| %> <% component.with_input do |input_arguments| %> <%= f.text_field(:bar, id: field_id, **input_arguments) %> <% end %> <% end %><% end %><%# With validation message %><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre>component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre>, eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre>. - Your friendly neighborhood accessibility team.</div><br><% field_id = "bar-#{SecureRandom.hex}" %><%= form_with(url: "/foo") do |f| %> <%= render(Primer::Alpha::FormControl.new(**system_arguments, label_arguments: { for: field_id })) do |component| %> <% component.with_input do |input_arguments| %> <%= f.text_field(:bar, id: field_id, **input_arguments) %> <% end %> <% end %><% end %><%# Required %><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre>component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre>, eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre>. - Your friendly neighborhood accessibility team.</div><br><% field_id = "bar-#{SecureRandom.hex}" %><%= form_with(url: "/foo") do |f| %> <%= render(Primer::Alpha::FormControl.new(**system_arguments, label_arguments: { for: field_id })) do |component| %> <% component.with_input do |input_arguments| %> <%= f.text_field(:bar, id: field_id, **input_arguments) %> <% end %> <% end %><% end %><%# With visually hidden label %><div> <strong>NOTE: </strong>The <pre style="display: inline">FormControl </pre>component cannot automatically connect the label to the provided input. Please take care to pass the <pre style="display: inline">for:</pre> attribute to <pre style="display: inline">FormControl</pre>, eg: <pre style="display: inline">Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })</pre>. - Your friendly neighborhood accessibility team.</div><br><% field_id = "bar-#{SecureRandom.hex}" %><%= form_with(url: "/foo") do |f| %> <%= render(Primer::Alpha::FormControl.new(**system_arguments, label_arguments: { for: field_id })) do |component| %> <% component.with_input do |input_arguments| %> <%= f.text_field(:bar, id: field_id, **input_arguments) %> <% end %> <% end %><% end %>No notes provided.
No params configured.
No assets to display.