@patternfly/patternfly 5.0.0-alpha.32 → 5.0.0-alpha.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE-NOTES.md +1 -1
- package/assets/pficon/pficon.scss +1 -2
- package/base/_fa-icons.scss +1 -2
- package/base/_fonts.scss +5 -10
- package/base/_globals.scss +91 -85
- package/base/_variables.scss +3 -3
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fonts.css +5 -5
- package/base/patternfly-globals.css +35 -41
- package/base/patternfly-icons.css +2 -2
- package/base/patternfly-pf-icons.css +1 -1
- package/base/patternfly-themes.css +0 -42
- package/base/patternfly-variables.css +3 -3
- package/components/AboutModalBox/about-modal-box.css +0 -38
- package/components/Alert/alert.css +14 -5
- package/components/Alert/alert.scss +18 -4
- package/components/Alert/themes/dark/alert.scss +1 -1
- package/components/Banner/banner.css +0 -38
- package/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/Icon/icon.css +3 -3
- package/components/Icon/icon.scss +3 -3
- package/components/Label/label.css +6 -6
- package/components/Label/label.scss +4 -4
- package/components/Label/themes/dark/label.scss +2 -2
- package/components/LogViewer/log-viewer.css +0 -38
- package/components/Login/login.css +0 -40
- package/components/Masthead/masthead.css +0 -38
- package/components/ModalBox/modal-box.css +3 -3
- package/components/ModalBox/modal-box.scss +3 -3
- package/components/NotificationDrawer/notification-drawer.css +5 -5
- package/components/NotificationDrawer/notification-drawer.scss +5 -5
- package/components/Page/page.css +0 -42
- package/components/Popover/popover.css +6 -6
- package/components/Popover/popover.scss +5 -5
- package/components/Popover/themes/dark/popover.scss +1 -1
- package/components/Wizard/wizard.css +0 -38
- package/docs/components/Alert/examples/Alert.md +15 -15
- package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
- package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
- package/docs/components/Check/examples/Check.md +1 -0
- package/docs/components/ContextSelector/examples/context-selector.md +1 -0
- package/docs/components/DatePicker/examples/DatePicker.md +15 -3
- package/docs/components/Dropdown/examples/Dropdown.md +1 -0
- package/docs/components/FileUpload/examples/FileUpload.md +11 -6
- package/docs/components/Form/examples/Form.md +95 -73
- package/docs/components/FormControl/examples/FormControl.md +1 -0
- package/docs/components/HelperText/examples/HelperText.md +13 -24
- package/docs/components/Icon/examples/Icon.md +2 -2
- package/docs/components/Login/examples/Login.md +67 -30
- package/docs/components/Menu/examples/Menu.md +1 -0
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
- package/docs/components/ModalBox/examples/ModalBox.md +8 -8
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
- package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
- package/docs/components/Popover/examples/Popover.md +9 -9
- package/docs/components/Progress/examples/Progress.md +1 -1
- package/docs/components/Radio/examples/Radio.md +1 -0
- package/docs/components/Select/examples/Select.md +1 -0
- package/docs/demos/Alert/examples/Alert.md +105 -58
- package/docs/demos/CardView/examples/CardView.md +1 -1
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
- package/docs/demos/Form/examples/BasicForms.md +130 -140
- package/docs/demos/HelperText/examples/HelperText.md +11 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +88 -54
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +17 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
- package/docs/utilities/Alignment/examples/Alignment.md +1 -1
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
- package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
- package/docs/utilities/Display/examples/Display.md +1 -1
- package/docs/utilities/Flex/examples/Flex.md +1 -1
- package/docs/utilities/Float/examples/Float.md +1 -1
- package/docs/utilities/Sizing/examples/Sizing.md +1 -1
- package/docs/utilities/Spacing/examples/Spacing.md +1 -1
- package/docs/utilities/Text/examples/Text.md +5 -5
- package/package.json +2 -2
- package/patternfly-addons.css +48 -48
- package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
- package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
- package/patternfly-base.css +45 -72
- package/{patternfly-no-reset.css → patternfly-no-globals.css} +56 -1245
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +87 -1282
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/placeholders.scss +0 -23
- package/sass-utilities/scss-variables.scss +4 -5
- package/sass-utilities/themes/dark/placeholders.scss +0 -22
- package/utilities/Text/text.css +48 -48
- package/utilities/Text/text.scss +6 -6
- package/utilities/Text/themes/dark/text.scss +2 -2
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
- package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
- package/assets/pficon/pficon.woff +0 -0
- package/sass-utilities/bs-variables.scss +0 -709
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Form
|
|
3
3
|
section: components
|
|
4
|
+
subsection: forms
|
|
4
5
|
---## Demos
|
|
5
6
|
|
|
6
7
|
### Basic
|
|
@@ -8,7 +9,7 @@ section: components
|
|
|
8
9
|
```html
|
|
9
10
|
<form class="pf-c-form" novalidate>
|
|
10
11
|
<div class="pf-c-form__group">
|
|
11
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="
|
|
12
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="-name">
|
|
12
13
|
<span class="pf-c-form__label-text">Full name</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label>
|
|
13
14
|
</div>
|
|
14
15
|
<div class="pf-c-form__group-control">
|
|
@@ -16,37 +17,36 @@ section: components
|
|
|
16
17
|
class="pf-c-form-control"
|
|
17
18
|
required
|
|
18
19
|
type="text"
|
|
19
|
-
id="
|
|
20
|
-
name="
|
|
21
|
-
aria-describedby="
|
|
20
|
+
id="-name"
|
|
21
|
+
name="-name"
|
|
22
|
+
aria-describedby="-name-helper"
|
|
22
23
|
/>
|
|
23
24
|
|
|
24
|
-
<
|
|
25
|
-
class="pf-c-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
26
|
+
<div class="pf-c-helper-text">
|
|
27
|
+
<div class="pf-c-helper-text__item" id="-name-helper">
|
|
28
|
+
<span
|
|
29
|
+
class="pf-c-helper-text__item-text"
|
|
30
|
+
>Include your middle name if you have one.</span>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
29
34
|
</div>
|
|
30
35
|
</div>
|
|
31
36
|
<div class="pf-c-form__group">
|
|
32
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="
|
|
37
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="-email">
|
|
33
38
|
<span class="pf-c-form__label-text">Email</span></label>
|
|
34
39
|
</div>
|
|
35
40
|
<div class="pf-c-form__group-control">
|
|
36
|
-
<input
|
|
37
|
-
class="pf-c-form-control"
|
|
38
|
-
type="email"
|
|
39
|
-
id="form-demo-basic-email"
|
|
40
|
-
name="form-demo-basic-email"
|
|
41
|
-
/>
|
|
41
|
+
<input class="pf-c-form-control" type="email" id="-email" name="-email" />
|
|
42
42
|
</div>
|
|
43
43
|
</div>
|
|
44
44
|
<div class="pf-c-form__group">
|
|
45
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="
|
|
45
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="-phone">
|
|
46
46
|
<span class="pf-c-form__label-text">Phone number</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
47
47
|
class="pf-c-form__group-label-help"
|
|
48
48
|
aria-label="More information for phone number field"
|
|
49
|
-
aria-describedby="
|
|
49
|
+
aria-describedby="-phone"
|
|
50
50
|
role="button"
|
|
51
51
|
type="button"
|
|
52
52
|
tabindex="0"
|
|
@@ -58,8 +58,8 @@ section: components
|
|
|
58
58
|
required
|
|
59
59
|
type="tel"
|
|
60
60
|
placeholder="555-555-5555"
|
|
61
|
-
id="
|
|
62
|
-
name="
|
|
61
|
+
id="-phone"
|
|
62
|
+
name="-phone"
|
|
63
63
|
/>
|
|
64
64
|
</div>
|
|
65
65
|
</div>
|
|
@@ -76,40 +76,31 @@ section: components
|
|
|
76
76
|
<input
|
|
77
77
|
class="pf-c-check__input"
|
|
78
78
|
type="checkbox"
|
|
79
|
-
id="
|
|
80
|
-
name="
|
|
79
|
+
id="-contact-check-1"
|
|
80
|
+
name="-contact-check-1"
|
|
81
81
|
/>
|
|
82
82
|
|
|
83
|
-
<label
|
|
84
|
-
class="pf-c-check__label"
|
|
85
|
-
for="form-demo-basic-contact-check-1"
|
|
86
|
-
>Email</label>
|
|
83
|
+
<label class="pf-c-check__label" for="-contact-check-1">Email</label>
|
|
87
84
|
</div>
|
|
88
85
|
<div class="pf-c-check">
|
|
89
86
|
<input
|
|
90
87
|
class="pf-c-check__input"
|
|
91
88
|
type="checkbox"
|
|
92
|
-
id="
|
|
93
|
-
name="
|
|
89
|
+
id="-contact-check-2"
|
|
90
|
+
name="-contact-check-2"
|
|
94
91
|
/>
|
|
95
92
|
|
|
96
|
-
<label
|
|
97
|
-
class="pf-c-check__label"
|
|
98
|
-
for="form-demo-basic-contact-check-2"
|
|
99
|
-
>Phone</label>
|
|
93
|
+
<label class="pf-c-check__label" for="-contact-check-2">Phone</label>
|
|
100
94
|
</div>
|
|
101
95
|
<div class="pf-c-check">
|
|
102
96
|
<input
|
|
103
97
|
class="pf-c-check__input"
|
|
104
98
|
type="checkbox"
|
|
105
|
-
id="
|
|
106
|
-
name="
|
|
99
|
+
id="-contact-check-3"
|
|
100
|
+
name="-contact-check-3"
|
|
107
101
|
/>
|
|
108
102
|
|
|
109
|
-
<label
|
|
110
|
-
class="pf-c-check__label"
|
|
111
|
-
for="form-demo-basic-contact-check-3"
|
|
112
|
-
>Mail</label>
|
|
103
|
+
<label class="pf-c-check__label" for="-contact-check-3">Mail</label>
|
|
113
104
|
</div>
|
|
114
105
|
</div>
|
|
115
106
|
</div>
|
|
@@ -126,40 +117,31 @@ section: components
|
|
|
126
117
|
<input
|
|
127
118
|
class="pf-c-radio__input"
|
|
128
119
|
type="radio"
|
|
129
|
-
id="
|
|
130
|
-
name="
|
|
120
|
+
id="-time-zone-radio-1"
|
|
121
|
+
name="-time-zone-radio"
|
|
131
122
|
/>
|
|
132
123
|
|
|
133
|
-
<label
|
|
134
|
-
class="pf-c-radio__label"
|
|
135
|
-
for="form-demo-basic-time-zone-radio-1"
|
|
136
|
-
>Eastern</label>
|
|
124
|
+
<label class="pf-c-radio__label" for="-time-zone-radio-1">Eastern</label>
|
|
137
125
|
</div>
|
|
138
126
|
<div class="pf-c-radio">
|
|
139
127
|
<input
|
|
140
128
|
class="pf-c-radio__input"
|
|
141
129
|
type="radio"
|
|
142
|
-
id="
|
|
143
|
-
name="
|
|
130
|
+
id="-time-zone-radio-2"
|
|
131
|
+
name="-time-zone-radio"
|
|
144
132
|
/>
|
|
145
133
|
|
|
146
|
-
<label
|
|
147
|
-
class="pf-c-radio__label"
|
|
148
|
-
for="form-demo-basic-time-zone-radio-2"
|
|
149
|
-
>Central</label>
|
|
134
|
+
<label class="pf-c-radio__label" for="-time-zone-radio-2">Central</label>
|
|
150
135
|
</div>
|
|
151
136
|
<div class="pf-c-radio">
|
|
152
137
|
<input
|
|
153
138
|
class="pf-c-radio__input"
|
|
154
139
|
type="radio"
|
|
155
|
-
id="
|
|
156
|
-
name="
|
|
140
|
+
id="-time-zone-radio-3"
|
|
141
|
+
name="-time-zone-radio"
|
|
157
142
|
/>
|
|
158
143
|
|
|
159
|
-
<label
|
|
160
|
-
class="pf-c-radio__label"
|
|
161
|
-
for="form-demo-basic-time-zone-radio-3"
|
|
162
|
-
>Pacific</label>
|
|
144
|
+
<label class="pf-c-radio__label" for="-time-zone-radio-3">Pacific</label>
|
|
163
145
|
</div>
|
|
164
146
|
</div>
|
|
165
147
|
</div>
|
|
@@ -180,7 +162,7 @@ section: components
|
|
|
180
162
|
```html
|
|
181
163
|
<form class="pf-c-form pf-m-horizontal" novalidate>
|
|
182
164
|
<div class="pf-c-form__group -name">
|
|
183
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="form-demo-horizontal">
|
|
165
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="form-demo-horizontal-name">
|
|
184
166
|
<span class="pf-c-form__label-text">Full name</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label>
|
|
185
167
|
</div>
|
|
186
168
|
<div class="pf-c-form__group-control">
|
|
@@ -188,16 +170,22 @@ section: components
|
|
|
188
170
|
class="pf-c-form-control"
|
|
189
171
|
required
|
|
190
172
|
type="text"
|
|
191
|
-
id="form-demo-horizontal"
|
|
192
|
-
name="form-demo-horizontal"
|
|
193
|
-
aria-describedby="form-demo-horizontal-helper"
|
|
173
|
+
id="form-demo-horizontal-name"
|
|
174
|
+
name="form-demo-horizontal-name"
|
|
175
|
+
aria-describedby="form-demo-horizontal-name-helper"
|
|
194
176
|
/>
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
177
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
178
|
+
<div class="pf-c-helper-text">
|
|
179
|
+
<div
|
|
180
|
+
class="pf-c-helper-text__item"
|
|
181
|
+
id="form-demo-horizontal-name-helper"
|
|
182
|
+
>
|
|
183
|
+
<span
|
|
184
|
+
class="pf-c-helper-text__item-text"
|
|
185
|
+
>Include your middle name if you have one.</span>
|
|
186
|
+
</div>
|
|
187
|
+
</div>
|
|
188
|
+
</div>
|
|
201
189
|
</div>
|
|
202
190
|
</div>
|
|
203
191
|
<div class="pf-c-form__group">
|
|
@@ -230,11 +218,11 @@ section: components
|
|
|
230
218
|
<div
|
|
231
219
|
class="pf-c-form__group"
|
|
232
220
|
role="group"
|
|
233
|
-
aria-labelledby="form-demo-horizontal-contact-legend"
|
|
221
|
+
aria-labelledby="form-demo-horizontalform-demo-horizontal-contact-legend"
|
|
234
222
|
>
|
|
235
223
|
<div
|
|
236
224
|
class="pf-c-form__group-label pf-m-no-padding-top"
|
|
237
|
-
id="form-demo-horizontal-contact-legend"
|
|
225
|
+
id="form-demo-horizontalform-demo-horizontal-contact-legend"
|
|
238
226
|
><span class="pf-c-form__label">
|
|
239
227
|
<span class="pf-c-form__label-text">How can we contact you?</span></span> <span
|
|
240
228
|
class="pf-c-form__group-label-help"
|
|
@@ -318,11 +306,15 @@ section: components
|
|
|
318
306
|
aria-describedby="form-demo-grid-name-helper"
|
|
319
307
|
/>
|
|
320
308
|
|
|
321
|
-
<
|
|
322
|
-
class="pf-c-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
309
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
310
|
+
<div class="pf-c-helper-text">
|
|
311
|
+
<div class="pf-c-helper-text__item" id="-helper">
|
|
312
|
+
<span
|
|
313
|
+
class="pf-c-helper-text__item-text"
|
|
314
|
+
>Include your middle name if you have one.</span>
|
|
315
|
+
</div>
|
|
316
|
+
</div>
|
|
317
|
+
</div>
|
|
326
318
|
</div>
|
|
327
319
|
</div>
|
|
328
320
|
<div class="pf-c-form__group">
|
|
@@ -570,12 +562,12 @@ section: components
|
|
|
570
562
|
<div class="pf-c-form__group">
|
|
571
563
|
<div class="pf-c-form__group-label"><label
|
|
572
564
|
class="pf-c-form__label"
|
|
573
|
-
for="form-demo-sections-repeatable-fields-rooturl"
|
|
565
|
+
for="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
574
566
|
>
|
|
575
567
|
<span class="pf-c-form__label-text">Root URL</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
576
568
|
class="pf-c-form__group-label-help"
|
|
577
569
|
aria-label="More information for root URL field"
|
|
578
|
-
aria-describedby="form-demo-sections-repeatable-fields-rooturl"
|
|
570
|
+
aria-describedby="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
579
571
|
role="button"
|
|
580
572
|
type="button"
|
|
581
573
|
tabindex="0"
|
|
@@ -586,20 +578,20 @@ section: components
|
|
|
586
578
|
class="pf-c-form-control"
|
|
587
579
|
required
|
|
588
580
|
type="text"
|
|
589
|
-
id="form-demo-sections-repeatable-fields-rooturl"
|
|
590
|
-
name="form-demo-sections-repeatable-fields-rooturl"
|
|
581
|
+
id="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
582
|
+
name="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
591
583
|
/>
|
|
592
584
|
</div>
|
|
593
585
|
</div>
|
|
594
586
|
<div class="pf-c-form__group">
|
|
595
587
|
<div class="pf-c-form__group-label"><label
|
|
596
588
|
class="pf-c-form__label"
|
|
597
|
-
id="form-demo-sections-repeatable-fields-uris"
|
|
589
|
+
id="form-demo-sections-repeatable-fields-section2-uris"
|
|
598
590
|
>
|
|
599
591
|
<span class="pf-c-form__label-text">Valid redirect URIs</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
600
592
|
class="pf-c-form__group-label-help"
|
|
601
593
|
aria-label="More information for valid redirect URIs field"
|
|
602
|
-
aria-describedby="form-demo-sections-repeatable-fields-uris"
|
|
594
|
+
aria-describedby="form-demo-sections-repeatable-fields-section2-uris"
|
|
603
595
|
role="button"
|
|
604
596
|
type="button"
|
|
605
597
|
tabindex="0"
|
|
@@ -612,9 +604,9 @@ section: components
|
|
|
612
604
|
class="pf-c-form-control"
|
|
613
605
|
required
|
|
614
606
|
type="text"
|
|
615
|
-
id="form-demo-sections-repeatable-fields-uris-input-1"
|
|
616
|
-
name="form-demo-sections-repeatable-fields-uris-input-1"
|
|
617
|
-
aria-labelledby="form-demo-sections-repeatable-fields-uris form-demo-sections-repeatable-fields-uris-input-1"
|
|
607
|
+
id="form-demo-sections-repeatable-fields-section2-uris-input-1"
|
|
608
|
+
name="form-demo-sections-repeatable-fields-section2-uris-input-1"
|
|
609
|
+
aria-labelledby="form-demo-sections-repeatable-fields-section2-uris form-demo-sections-repeatable-fields-section2-uris-input-1"
|
|
618
610
|
/>
|
|
619
611
|
</div>
|
|
620
612
|
<div class="pf-c-input-group__item pf-m-plain">
|
|
@@ -633,9 +625,9 @@ section: components
|
|
|
633
625
|
class="pf-c-form-control"
|
|
634
626
|
required
|
|
635
627
|
type="text"
|
|
636
|
-
id="form-demo-sections-repeatable-fields-uris-input-2"
|
|
637
|
-
name="form-demo-sections-repeatable-fields-uris-input-2"
|
|
638
|
-
aria-labelledby="form-demo-sections-repeatable-fields-uris form-demo-sections-repeatable-fields-uris-input-2"
|
|
628
|
+
id="form-demo-sections-repeatable-fields-section2-uris-input-2"
|
|
629
|
+
name="form-demo-sections-repeatable-fields-section2-uris-input-2"
|
|
630
|
+
aria-labelledby="form-demo-sections-repeatable-fields-section2-uris form-demo-sections-repeatable-fields-section2-uris-input-2"
|
|
639
631
|
/>
|
|
640
632
|
</div>
|
|
641
633
|
<div class="pf-c-input-group__item pf-m-plain">
|
|
@@ -654,9 +646,9 @@ section: components
|
|
|
654
646
|
class="pf-c-form-control"
|
|
655
647
|
required
|
|
656
648
|
type="text"
|
|
657
|
-
id="form-demo-sections-repeatable-fields-uris-input-3"
|
|
658
|
-
name="form-demo-sections-repeatable-fields-uris-input-3"
|
|
659
|
-
aria-labelledby="form-demo-sections-repeatable-fields-uris form-demo-sections-repeatable-fields-uris-input-3"
|
|
649
|
+
id="form-demo-sections-repeatable-fields-section2-uris-input-3"
|
|
650
|
+
name="form-demo-sections-repeatable-fields-section2-uris-input-3"
|
|
651
|
+
aria-labelledby="form-demo-sections-repeatable-fields-section2-uris form-demo-sections-repeatable-fields-section2-uris-input-3"
|
|
660
652
|
/>
|
|
661
653
|
</div>
|
|
662
654
|
<div class="pf-c-input-group__item pf-m-plain">
|
|
@@ -680,12 +672,12 @@ section: components
|
|
|
680
672
|
<div class="pf-c-form__group">
|
|
681
673
|
<div class="pf-c-form__group-label"><label
|
|
682
674
|
class="pf-c-form__label"
|
|
683
|
-
for="form-demo-sections-repeatable-fields-home-url"
|
|
675
|
+
for="form-demo-sections-repeatable-fields-section2-home-url"
|
|
684
676
|
>
|
|
685
677
|
<span class="pf-c-form__label-text">Home URL</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
686
678
|
class="pf-c-form__group-label-help"
|
|
687
679
|
aria-label="More information for home URL field"
|
|
688
|
-
aria-describedby="form-demo-sections-repeatable-fields-home-url"
|
|
680
|
+
aria-describedby="form-demo-sections-repeatable-fields-section2-home-url"
|
|
689
681
|
role="button"
|
|
690
682
|
type="button"
|
|
691
683
|
tabindex="0"
|
|
@@ -696,8 +688,8 @@ section: components
|
|
|
696
688
|
class="pf-c-form-control"
|
|
697
689
|
required
|
|
698
690
|
type="text"
|
|
699
|
-
id="form-demo-sections-repeatable-fields-home-url"
|
|
700
|
-
name="form-demo-sections-repeatable-fields-home-url"
|
|
691
|
+
id="form-demo-sections-repeatable-fields-section2-home-url"
|
|
692
|
+
name="form-demo-sections-repeatable-fields-section2-home-url"
|
|
701
693
|
/>
|
|
702
694
|
</div>
|
|
703
695
|
</div>
|
|
@@ -713,12 +705,12 @@ section: components
|
|
|
713
705
|
<div class="pf-c-form__group">
|
|
714
706
|
<div class="pf-c-form__group-label"><label
|
|
715
707
|
class="pf-c-form__label"
|
|
716
|
-
for="form-demo-sections-complex-
|
|
708
|
+
for="form-demo-sections-complex-form-name"
|
|
717
709
|
>
|
|
718
710
|
<span class="pf-c-form__label-text">Name</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
719
711
|
class="pf-c-form__group-label-help"
|
|
720
712
|
aria-label="More information for name field"
|
|
721
|
-
aria-describedby="form-demo-sections-complex-
|
|
713
|
+
aria-describedby="form-demo-sections-complex-form-name"
|
|
722
714
|
role="button"
|
|
723
715
|
type="button"
|
|
724
716
|
tabindex="0"
|
|
@@ -728,8 +720,8 @@ section: components
|
|
|
728
720
|
<input
|
|
729
721
|
class="pf-c-form-control"
|
|
730
722
|
type="text"
|
|
731
|
-
id="form-demo-sections-complex-
|
|
732
|
-
name="form-demo-sections-complex-
|
|
723
|
+
id="form-demo-sections-complex-form-name"
|
|
724
|
+
name="form-demo-sections-complex-form-name"
|
|
733
725
|
required
|
|
734
726
|
/>
|
|
735
727
|
</div>
|
|
@@ -738,12 +730,12 @@ section: components
|
|
|
738
730
|
<div class="pf-c-form__group">
|
|
739
731
|
<div class="pf-c-form__group-label"><label
|
|
740
732
|
class="pf-c-form__label"
|
|
741
|
-
for="form-demo-sections-complex-
|
|
733
|
+
for="form-demo-sections-complex-form-labels"
|
|
742
734
|
>
|
|
743
735
|
<span class="pf-c-form__label-text">Labels</span></label> <span
|
|
744
736
|
class="pf-c-form__group-label-help"
|
|
745
737
|
aria-label="More information for labels field"
|
|
746
|
-
aria-describedby="form-demo-sections-complex-
|
|
738
|
+
aria-describedby="form-demo-sections-complex-form-labels"
|
|
747
739
|
role="button"
|
|
748
740
|
type="button"
|
|
749
741
|
tabindex="0"
|
|
@@ -752,7 +744,7 @@ section: components
|
|
|
752
744
|
<div class="pf-c-form__group-control">
|
|
753
745
|
<div
|
|
754
746
|
class="pf-c-text-input-group"
|
|
755
|
-
id="form-demo-sections-complex-
|
|
747
|
+
id="form-demo-sections-complex-form-labels"
|
|
756
748
|
>
|
|
757
749
|
<div class="pf-c-text-input-group__main">
|
|
758
750
|
<div class="pf-c-label-group">
|
|
@@ -1048,7 +1040,7 @@ section: components
|
|
|
1048
1040
|
<div class="pf-c-form__group">
|
|
1049
1041
|
<div class="pf-c-form__group-label"><label
|
|
1050
1042
|
class="pf-c-form__label"
|
|
1051
|
-
id="
|
|
1043
|
+
id="-node-selector-terms-title"
|
|
1052
1044
|
>
|
|
1053
1045
|
<span class="pf-c-form__label-text">Node selector terms</span> <span
|
|
1054
1046
|
class="pf-c-form__label-required"
|
|
@@ -1062,9 +1054,9 @@ section: components
|
|
|
1062
1054
|
class="pf-c-form-control"
|
|
1063
1055
|
required
|
|
1064
1056
|
type="text"
|
|
1065
|
-
id="
|
|
1066
|
-
name="
|
|
1067
|
-
aria-labelledby="
|
|
1057
|
+
id="-node-selector-terms-input-1"
|
|
1058
|
+
name="-node-selector-terms-input-1"
|
|
1059
|
+
aria-labelledby="-node-selector-terms -node-selector-terms-title"
|
|
1068
1060
|
/>
|
|
1069
1061
|
</div>
|
|
1070
1062
|
<div class="pf-c-input-group__item pf-m-plain">
|
|
@@ -1174,22 +1166,21 @@ section: components
|
|
|
1174
1166
|
<input
|
|
1175
1167
|
class="pf-c-check__input"
|
|
1176
1168
|
type="checkbox"
|
|
1177
|
-
id="form-demo-sections-complex-
|
|
1178
|
-
name="form-demo-sections-complex-
|
|
1169
|
+
id="form-demo-sections-complex-form-routing-create-route-create-route"
|
|
1170
|
+
name="form-demo-sections-complex-form-routing-create-route-create-route"
|
|
1179
1171
|
/>
|
|
1180
1172
|
|
|
1181
1173
|
<label
|
|
1182
1174
|
class="pf-c-check__label"
|
|
1183
|
-
for="form-demo-sections-complex-
|
|
1175
|
+
for="form-demo-sections-complex-form-routing-create-route-create-route"
|
|
1184
1176
|
>Create a route to the application</label>
|
|
1185
1177
|
</div>
|
|
1186
|
-
<div
|
|
1187
|
-
class="pf-c-form__helper-text"
|
|
1188
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-create-route-legend"
|
|
1189
|
-
aria-live="polite"
|
|
1190
|
-
>
|
|
1178
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1191
1179
|
<div class="pf-c-helper-text">
|
|
1192
|
-
<div
|
|
1180
|
+
<div
|
|
1181
|
+
class="pf-c-helper-text__item"
|
|
1182
|
+
id="form-demo-sections-complex-form-routing-create-route-helper"
|
|
1183
|
+
>
|
|
1193
1184
|
<span
|
|
1194
1185
|
class="pf-c-helper-text__item-text"
|
|
1195
1186
|
>Exposes your appplication at a public URL.</span>
|
|
@@ -1201,7 +1192,7 @@ section: components
|
|
|
1201
1192
|
<div class="pf-c-form__group">
|
|
1202
1193
|
<div class="pf-c-form__group-label"><label
|
|
1203
1194
|
class="pf-c-form__label"
|
|
1204
|
-
for="form-demo-sections-complex-
|
|
1195
|
+
for="form-demo-sections-complex-form-routing-hostname"
|
|
1205
1196
|
>
|
|
1206
1197
|
<span class="pf-c-form__label-text">Hostname</span></label>
|
|
1207
1198
|
</div>
|
|
@@ -1209,17 +1200,16 @@ section: components
|
|
|
1209
1200
|
<input
|
|
1210
1201
|
class="pf-c-form-control"
|
|
1211
1202
|
type="text"
|
|
1212
|
-
id="form-demo-sections-complex-
|
|
1213
|
-
name="form-demo-sections-complex-
|
|
1203
|
+
id="form-demo-sections-complex-form-routing-hostname"
|
|
1204
|
+
name="form-demo-sections-complex-form-routing-hostname"
|
|
1214
1205
|
/>
|
|
1215
1206
|
|
|
1216
|
-
<div
|
|
1217
|
-
class="pf-c-form__helper-text"
|
|
1218
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-hostname-helper"
|
|
1219
|
-
aria-live="polite"
|
|
1220
|
-
>
|
|
1207
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1221
1208
|
<div class="pf-c-helper-text">
|
|
1222
|
-
<div
|
|
1209
|
+
<div
|
|
1210
|
+
class="pf-c-helper-text__item"
|
|
1211
|
+
id="form-demo-sections-complex-form-routing-hostname-helper"
|
|
1212
|
+
>
|
|
1223
1213
|
<span
|
|
1224
1214
|
class="pf-c-helper-text__item-text"
|
|
1225
1215
|
>Public hostname for the route. If not specified, a hostname is generated.</span>
|
|
@@ -1231,7 +1221,7 @@ section: components
|
|
|
1231
1221
|
<div class="pf-c-form__group">
|
|
1232
1222
|
<div class="pf-c-form__group-label"><label
|
|
1233
1223
|
class="pf-c-form__label"
|
|
1234
|
-
for="form-demo-sections-complex-
|
|
1224
|
+
for="form-demo-sections-complex-form-routing-path"
|
|
1235
1225
|
>
|
|
1236
1226
|
<span class="pf-c-form__label-text">Path</span></label>
|
|
1237
1227
|
</div>
|
|
@@ -1239,17 +1229,18 @@ section: components
|
|
|
1239
1229
|
<input
|
|
1240
1230
|
class="pf-c-form-control"
|
|
1241
1231
|
type="text"
|
|
1242
|
-
|
|
1243
|
-
|
|
1232
|
+
placeholder="/"
|
|
1233
|
+
id="form-demo-sections-complex-form-routing-path"
|
|
1234
|
+
name="form-demo-sections-complex-form-routing-path"
|
|
1235
|
+
required
|
|
1244
1236
|
/>
|
|
1245
1237
|
|
|
1246
|
-
<div
|
|
1247
|
-
class="pf-c-form__helper-text"
|
|
1248
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-path-helper"
|
|
1249
|
-
aria-live="polite"
|
|
1250
|
-
>
|
|
1238
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1251
1239
|
<div class="pf-c-helper-text">
|
|
1252
|
-
<div
|
|
1240
|
+
<div
|
|
1241
|
+
class="pf-c-helper-text__item"
|
|
1242
|
+
id="form-demo-sections-complex-form-routing-path-helper"
|
|
1243
|
+
>
|
|
1253
1244
|
<span
|
|
1254
1245
|
class="pf-c-helper-text__item-text"
|
|
1255
1246
|
>Path that the router watches to route traffic to the service.</span>
|
|
@@ -1268,7 +1259,7 @@ section: components
|
|
|
1268
1259
|
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-security-legend"
|
|
1269
1260
|
><span
|
|
1270
1261
|
class="pf-c-form__label"
|
|
1271
|
-
for="form-demo-sections-complex-
|
|
1262
|
+
for="form-demo-sections-complex-form-routing-security"
|
|
1272
1263
|
>
|
|
1273
1264
|
<span class="pf-c-form__label-text">Security</span></span>
|
|
1274
1265
|
</div>
|
|
@@ -1277,22 +1268,21 @@ section: components
|
|
|
1277
1268
|
<input
|
|
1278
1269
|
class="pf-c-check__input"
|
|
1279
1270
|
type="checkbox"
|
|
1280
|
-
id="form-demo-sections-complex-
|
|
1281
|
-
name="form-demo-sections-complex-
|
|
1271
|
+
id="form-demo-sections-complex-form-routing-security-check-1"
|
|
1272
|
+
name="form-demo-sections-complex-form-routing-security-check-1"
|
|
1282
1273
|
/>
|
|
1283
1274
|
|
|
1284
1275
|
<label
|
|
1285
1276
|
class="pf-c-check__label"
|
|
1286
|
-
for="form-demo-sections-complex-
|
|
1277
|
+
for="form-demo-sections-complex-form-routing-security-check-1"
|
|
1287
1278
|
>Secure Route</label>
|
|
1288
1279
|
</div>
|
|
1289
|
-
<div
|
|
1290
|
-
class="pf-c-form__helper-text"
|
|
1291
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-security-helper"
|
|
1292
|
-
aria-live="polite"
|
|
1293
|
-
>
|
|
1280
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1294
1281
|
<div class="pf-c-helper-text">
|
|
1295
|
-
<div
|
|
1282
|
+
<div
|
|
1283
|
+
class="pf-c-helper-text__item"
|
|
1284
|
+
id="form-demo-sections-complex-form-routing-security-helper"
|
|
1285
|
+
>
|
|
1296
1286
|
<span
|
|
1297
1287
|
class="pf-c-helper-text__item-text"
|
|
1298
1288
|
>Routes can be secured using several TLS termination types for serving certificates.</span>
|
|
@@ -22,8 +22,8 @@ section: components
|
|
|
22
22
|
/>
|
|
23
23
|
<div
|
|
24
24
|
class="pf-c-form__helper-text"
|
|
25
|
-
id="helper-text-form-name-helper"
|
|
26
25
|
aria-live="polite"
|
|
26
|
+
id="helper-text-form-name-helper"
|
|
27
27
|
>
|
|
28
28
|
<div class="pf-c-helper-text">
|
|
29
29
|
<div class="pf-c-helper-text__item">
|
|
@@ -48,10 +48,11 @@ section: components
|
|
|
48
48
|
name="helper-text-form-email"
|
|
49
49
|
aria-describedby="helper-text-form-email-helper"
|
|
50
50
|
/>
|
|
51
|
+
|
|
51
52
|
<div
|
|
52
53
|
class="pf-c-form__helper-text"
|
|
53
|
-
id="helper-text-form-email-helper"
|
|
54
54
|
aria-live="polite"
|
|
55
|
+
id="helper-text-form-email-helper"
|
|
55
56
|
>
|
|
56
57
|
<div class="pf-c-helper-text">
|
|
57
58
|
<div class="pf-c-helper-text__item pf-m-warning">
|
|
@@ -77,13 +78,14 @@ section: components
|
|
|
77
78
|
aria-invalid="true"
|
|
78
79
|
aria-describedby="helper-text-form-address-helper"
|
|
79
80
|
/>
|
|
81
|
+
|
|
80
82
|
<div
|
|
81
83
|
class="pf-c-form__helper-text"
|
|
82
|
-
id="helper-text-form-address-helper"
|
|
83
84
|
aria-live="polite"
|
|
85
|
+
id="helper-text-form-address-helper"
|
|
84
86
|
>
|
|
85
87
|
<div class="pf-c-helper-text">
|
|
86
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
88
|
+
<div class="pf-c-helper-text__item pf-m-success pf-m-dynamic">
|
|
87
89
|
<span class="pf-c-helper-text__item-icon">
|
|
88
90
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
89
91
|
</span>
|
|
@@ -91,7 +93,7 @@ section: components
|
|
|
91
93
|
class="pf-c-helper-text__item-text"
|
|
92
94
|
>This criteria has been met.</span>
|
|
93
95
|
</div>
|
|
94
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
96
|
+
<div class="pf-c-helper-text__item pf-m-error pf-m-dynamic">
|
|
95
97
|
<span class="pf-c-helper-text__item-icon">
|
|
96
98
|
<i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
|
|
97
99
|
</span>
|
|
@@ -99,7 +101,7 @@ section: components
|
|
|
99
101
|
class="pf-c-helper-text__item-text"
|
|
100
102
|
>This criteria has not been met.</span>
|
|
101
103
|
</div>
|
|
102
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
104
|
+
<div class="pf-c-helper-text__item pf-m-success pf-m-dynamic">
|
|
103
105
|
<span class="pf-c-helper-text__item-icon">
|
|
104
106
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
105
107
|
</span>
|
|
@@ -124,13 +126,14 @@ section: components
|
|
|
124
126
|
name="helper-text-form-comment"
|
|
125
127
|
aria-describedby="helper-text-form-comment-helper"
|
|
126
128
|
/>
|
|
129
|
+
|
|
127
130
|
<div
|
|
128
131
|
class="pf-c-form__helper-text"
|
|
129
|
-
id="helper-text-form-comment-helper"
|
|
130
132
|
aria-live="polite"
|
|
133
|
+
id="helper-text-form-comment-helper"
|
|
131
134
|
>
|
|
132
135
|
<div class="pf-c-helper-text">
|
|
133
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
136
|
+
<div class="pf-c-helper-text__item pf-m-success pf-m-dynamic">
|
|
134
137
|
<span class="pf-c-helper-text__item-icon">
|
|
135
138
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
136
139
|
</span>
|