@patternfly/patternfly 5.0.0-alpha.67 → 5.0.0-alpha.68
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/components/InputGroup/input-group.css +0 -2
- package/components/InputGroup/input-group.scss +0 -4
- package/components/NumberInput/number-input.css +4 -2
- package/components/NumberInput/number-input.scss +5 -2
- package/components/Pagination/pagination.css +5 -3
- package/components/Pagination/pagination.scss +7 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +4 -4
- package/docs/components/DatePicker/examples/DatePicker.md +6 -1
- package/docs/components/FileUpload/examples/FileUpload.md +21 -16
- package/docs/components/Form/examples/Form.md +51 -31
- package/docs/components/FormControl/examples/FormControl.md +1 -1
- package/docs/components/InlineEdit/examples/InlineEdit.md +11 -156
- package/docs/components/InputGroup/examples/InputGroup.md +9 -4
- package/docs/components/Login/examples/Login.md +20 -17
- package/docs/components/NumberInput/examples/NumberInput.md +7 -2
- package/docs/components/Pagination/examples/Pagination.md +1 -1
- package/docs/components/Select/examples/Select.md +4 -2
- package/docs/components/Wizard/examples/Wizard.md +7 -70
- package/docs/demos/Alert/examples/Alert.md +26 -8
- package/docs/demos/Button/examples/Button.md +12 -12
- package/docs/demos/Form/examples/BasicForms.md +18 -18
- package/docs/demos/HelperText/examples/HelperText.md +18 -3
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/Toolbar/examples/Toolbar.md +11 -1
- package/docs/demos/Wizard/examples/Wizard.md +0 -56
- package/package.json +1 -1
- package/patternfly-no-globals.css +7 -5
- package/patternfly-theme-dark-unversioned.css +7 -5
- package/patternfly.css +7 -5
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -377,13 +377,18 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
|
|
|
377
377
|
<div class="pf-v5-c-inline-edit__value">Static value</div>
|
|
378
378
|
<div class="pf-v5-c-inline-edit__group">
|
|
379
379
|
<div class="pf-v5-c-inline-edit__input">
|
|
380
|
-
<div class="pf-v5-c-form-control">
|
|
380
|
+
<div class="pf-v5-c-form-control pf-m-required pf-m-error">
|
|
381
381
|
<input
|
|
382
382
|
required
|
|
383
383
|
value="Invalid state"
|
|
384
384
|
aria-invalid="true"
|
|
385
385
|
aria-label="Error state input example"
|
|
386
386
|
/>
|
|
387
|
+
<div class="pf-v5-c-form-control__utilities">
|
|
388
|
+
<div class="pf-v5-c-form-control__icon pf-m-status">
|
|
389
|
+
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
390
|
+
</div>
|
|
391
|
+
</div>
|
|
387
392
|
</div>
|
|
388
393
|
</div>
|
|
389
394
|
<div class="pf-v5-c-inline-edit__group pf-m-action-group pf-m-icon-group">
|
|
@@ -464,13 +469,13 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
|
|
|
464
469
|
class="pf-v5-c-inline-edit__value"
|
|
465
470
|
>Text input disabled, description content</div>
|
|
466
471
|
<div class="pf-v5-c-inline-edit__input">
|
|
467
|
-
<div class="pf-v5-c-form-control">
|
|
472
|
+
<div class="pf-v5-c-form-control pf-m-disabled">
|
|
468
473
|
<input
|
|
474
|
+
disabled
|
|
469
475
|
type="text"
|
|
470
476
|
value="Text input disabled, description content"
|
|
471
477
|
id="bulk-edit-table-example-row-1-text-input-disabled"
|
|
472
478
|
aria-label="Disabled text input"
|
|
473
|
-
disabled
|
|
474
479
|
/>
|
|
475
480
|
</div>
|
|
476
481
|
</div>
|
|
@@ -673,13 +678,13 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
|
|
|
673
678
|
class="pf-v5-c-inline-edit__value"
|
|
674
679
|
>Text input disabled, description content</div>
|
|
675
680
|
<div class="pf-v5-c-inline-edit__input">
|
|
676
|
-
<div class="pf-v5-c-form-control">
|
|
681
|
+
<div class="pf-v5-c-form-control pf-m-disabled">
|
|
677
682
|
<input
|
|
683
|
+
disabled
|
|
678
684
|
type="text"
|
|
679
685
|
value="Text input disabled, description content"
|
|
680
686
|
id="bulk-edit-table-example-row-2-text-input-disabled"
|
|
681
687
|
aria-label="Disabled text input"
|
|
682
|
-
disabled
|
|
683
688
|
/>
|
|
684
689
|
</div>
|
|
685
690
|
</div>
|
|
@@ -895,154 +900,4 @@ All accessibility requirements for inputs apply to elements within inline edit.
|
|
|
895
900
|
| `.pf-m-valid` | `.pf-v5-c-inline-edit__action` | Modifies the action button state. |
|
|
896
901
|
| `.pf-m-enable-editable` | `.pf-v5-c-inline-edit__action` | Exposes an inline edit action by default. |
|
|
897
902
|
|
|
898
|
-
|
|
899
|
-
### Bulk edit dl (default)
|
|
900
|
-
```hbs
|
|
901
|
-
{{#> inline-edit inline-edit--type="form" inline-edit--id="bulk-edit-dl-example-default"}}
|
|
902
|
-
{{#> inline-edit-dl}}{{/inline-edit-dl}}
|
|
903
|
-
{{/inline-edit}}
|
|
904
|
-
```
|
|
905
|
-
|
|
906
|
-
### Bulk edit dl (active)
|
|
907
|
-
```hbs
|
|
908
|
-
{{#> inline-edit inline-edit--type="form" inline-edit--id="bulk-edit-dl-example-active" inline-edit--modifier="pf-m-inline-editable"}}
|
|
909
|
-
{{#> inline-edit-dl}}{{/inline-edit-dl}}
|
|
910
|
-
{{/inline-edit}}
|
|
911
|
-
```
|
|
912
|
-
|
|
913
|
-
### Inline edit dl example
|
|
914
|
-
```hbs
|
|
915
|
-
{{#> list list--type="dl" list--modifier="pf-m-2-col" list--attribute=(concat 'aria-label="Inline edit description list example"')}}
|
|
916
|
-
<div>
|
|
917
|
-
<dt>Name</dt>
|
|
918
|
-
<dd>main</dd>
|
|
919
|
-
</div>
|
|
920
|
-
{{#> inline-edit inline-edit--id="inline-edit-dl-example-1"}}
|
|
921
|
-
<dt>
|
|
922
|
-
{{#> inline-edit-group}}
|
|
923
|
-
{{#> inline-edit-label}}
|
|
924
|
-
Description
|
|
925
|
-
{{/inline-edit-label}}
|
|
926
|
-
{{#> inline-edit-toggle}}
|
|
927
|
-
{{#> button button--modifier="pf-m-plain" button--attribute=(concat 'id="' inline-edit--id '-edit-button" aria-label="Edit" aria-labelledby="' inline-edit--id '-edit-button"')}}
|
|
928
|
-
<i class="fas fa-pencil-alt" aria-hidden="true"></i>
|
|
929
|
-
{{/button}}
|
|
930
|
-
{{/inline-edit-toggle}}
|
|
931
|
-
{{/inline-edit-group}}
|
|
932
|
-
</dt>
|
|
933
|
-
<dd>
|
|
934
|
-
{{#> inline-edit-value}}
|
|
935
|
-
test cluster
|
|
936
|
-
{{/inline-edit-value}}
|
|
937
|
-
{{#> inline-edit-input}}
|
|
938
|
-
{{> form-control controlType="input" input="true" form-control--attribute=(concat 'type="text" value="Text input description content" id="' inline-edit--id '-input"')}}
|
|
939
|
-
{{/inline-edit-input}}
|
|
940
|
-
</dd>
|
|
941
|
-
{{/inline-edit}}
|
|
942
|
-
|
|
943
|
-
{{#> inline-edit inline-edit--id="inline-edit-dl-example-2" inline-edit--modifier="pf-m-inline-editable"}}
|
|
944
|
-
<dt>
|
|
945
|
-
{{#> inline-edit-group}}
|
|
946
|
-
{{#> inline-edit-label}}
|
|
947
|
-
Description (editable)
|
|
948
|
-
{{/inline-edit-label}}
|
|
949
|
-
{{#> inline-edit-toggle}}
|
|
950
|
-
{{#> button button--modifier="pf-m-plain" button--attribute=(concat 'id="' inline-edit--id '-edit-button" aria-label="Edit" aria-labelledby="' inline-edit--id '-label ' inline-edit--id '-edit-button"')}}
|
|
951
|
-
<i class="fas fa-pencil-alt" aria-hidden="true"></i>
|
|
952
|
-
{{/button}}
|
|
953
|
-
{{/inline-edit-toggle}}
|
|
954
|
-
{{/inline-edit-group}}
|
|
955
|
-
</dt>
|
|
956
|
-
<dd>
|
|
957
|
-
{{#> inline-edit-value}}
|
|
958
|
-
Text input description content
|
|
959
|
-
{{/inline-edit-value}}
|
|
960
|
-
{{#> inline-edit-input}}
|
|
961
|
-
{{> form-control controlType="input" input="true" form-control--attribute=(concat 'type="text" value="Text input description content" id="' inline-edit--id '-input"')}}
|
|
962
|
-
{{/inline-edit-input}}
|
|
963
|
-
</dd>
|
|
964
|
-
{{/inline-edit}}
|
|
965
|
-
|
|
966
|
-
<div>
|
|
967
|
-
<dt>Tags</dt>
|
|
968
|
-
<dd>
|
|
969
|
-
{{#> chip chip--type="div" chip--modifier="pf-m-read-only"}}
|
|
970
|
-
{{#> chip-content}}
|
|
971
|
-
{{#> chip-text}}
|
|
972
|
-
alertmanager=main
|
|
973
|
-
{{/chip-text}}
|
|
974
|
-
{{/chip-content}}
|
|
975
|
-
{{/chip}}
|
|
976
|
-
</dd>
|
|
977
|
-
</div>
|
|
978
|
-
|
|
979
|
-
{{#> inline-edit inline-edit--id="inline-edit-dl-example-3"}}
|
|
980
|
-
<dt>
|
|
981
|
-
{{#> inline-edit-group}}
|
|
982
|
-
{{#> inline-edit-label}}
|
|
983
|
-
Value
|
|
984
|
-
{{/inline-edit-label}}
|
|
985
|
-
{{#> inline-edit-toggle}}
|
|
986
|
-
{{#> button button--modifier="pf-m-plain" button--attribute=(concat 'id="' inline-edit--id '-edit-button" aria-label="Edit" aria-labelledby="' inline-edit--id '-label ' inline-edit--id '-edit-button"')}}
|
|
987
|
-
<i class="fas fa-pencil-alt" aria-hidden="true"></i>
|
|
988
|
-
{{/button}}
|
|
989
|
-
{{/inline-edit-toggle}}
|
|
990
|
-
{{/inline-edit-group}}
|
|
991
|
-
</dt>
|
|
992
|
-
<dd>
|
|
993
|
-
{{#> inline-edit-value}}
|
|
994
|
-
True
|
|
995
|
-
{{/inline-edit-value}}
|
|
996
|
-
{{#> inline-edit-group inline-edit-group--attribute='role="radiogroup" aria-label="Radio group example"' inline-edit-group--modifier="pf-m-column"}}
|
|
997
|
-
{{#> inline-edit-input}}
|
|
998
|
-
{{#> radio}}
|
|
999
|
-
{{#> radio-input radio-input--attribute=(concat 'id="' inline-edit--id '-radio1" name="' inline-edit--id '-input"')}}{{/radio-input}}
|
|
1000
|
-
{{#> radio-label radio-label--attribute=(concat 'for="' inline-edit--id '-radio1"')}}True{{/radio-label}}
|
|
1001
|
-
{{/radio}}
|
|
1002
|
-
{{/inline-edit-input}}
|
|
1003
|
-
{{#> inline-edit-input}}
|
|
1004
|
-
{{#> radio}}
|
|
1005
|
-
{{#> radio-input radio-input--attribute=(concat 'id="' inline-edit--id '-radio2" name="' inline-edit--id '-input"')}}{{/radio-input}}
|
|
1006
|
-
{{#> radio-label radio-label--attribute=(concat 'for="' inline-edit--id '-radio2"')}}False{{/radio-label}}
|
|
1007
|
-
{{/radio}}
|
|
1008
|
-
{{/inline-edit-input}}
|
|
1009
|
-
{{/inline-edit-group}}
|
|
1010
|
-
</dd>
|
|
1011
|
-
{{/inline-edit}}
|
|
1012
|
-
|
|
1013
|
-
{{#> inline-edit inline-edit--id="inline-edit-dl-example-4" inline-edit--modifier="pf-m-inline-editable"}}
|
|
1014
|
-
<dt>
|
|
1015
|
-
{{#> inline-edit-group}}
|
|
1016
|
-
{{#> inline-edit-label}}
|
|
1017
|
-
Value
|
|
1018
|
-
{{/inline-edit-label}}
|
|
1019
|
-
{{#> inline-edit-toggle}}
|
|
1020
|
-
{{#> button button--modifier="pf-m-plain" button--attribute=(concat 'id="' inline-edit--id '-edit-button" aria-label="Edit" aria-labelledby="' inline-edit--id '-label ' inline-edit--id '-edit-button"')}}
|
|
1021
|
-
<i class="fas fa-pencil-alt" aria-hidden="true"></i>
|
|
1022
|
-
{{/button}}
|
|
1023
|
-
{{/inline-edit-toggle}}
|
|
1024
|
-
{{/inline-edit-group}}
|
|
1025
|
-
</dt>
|
|
1026
|
-
<dd>
|
|
1027
|
-
{{#> inline-edit-value}}
|
|
1028
|
-
True
|
|
1029
|
-
{{/inline-edit-value}}
|
|
1030
|
-
{{#> inline-edit-group inline-edit-group--attribute='role="radiogroup" aria-label="Radio group example"' inline-edit-group--modifier="pf-m-column"}}
|
|
1031
|
-
{{#> inline-edit-input}}
|
|
1032
|
-
{{#> radio}}
|
|
1033
|
-
{{#> radio-input radio-input--attribute=(concat 'id="' inline-edit--id '-radio1" name="' inline-edit--id '-input"')}}{{/radio-input}}
|
|
1034
|
-
{{#> radio-label radio-label--attribute=(concat 'for="' inline-edit--id '-radio1"')}}True{{/radio-label}}
|
|
1035
|
-
{{/radio}}
|
|
1036
|
-
{{/inline-edit-input}}
|
|
1037
|
-
{{#> inline-edit-input}}
|
|
1038
|
-
{{#> radio}}
|
|
1039
|
-
{{#> radio-input radio-input--attribute=(concat 'id="' inline-edit--id '-radio2" name="' inline-edit--id '-input"')}}{{/radio-input}}
|
|
1040
|
-
{{#> radio-label radio-label--attribute=(concat 'for="' inline-edit--id '-radio2"')}}False{{/radio-label}}
|
|
1041
|
-
{{/radio}}
|
|
1042
|
-
{{/inline-edit-input}}
|
|
1043
|
-
{{/inline-edit-group}}
|
|
1044
|
-
</dd>
|
|
1045
|
-
{{/inline-edit}}
|
|
1046
|
-
{{/list}}
|
|
1047
|
-
```
|
|
1048
|
-
-->
|
|
903
|
+
-->
|
|
@@ -20,7 +20,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
|
|
|
20
20
|
>Button</button>
|
|
21
21
|
</div>
|
|
22
22
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
23
|
-
<div class="pf-v5-c-form-control">
|
|
23
|
+
<div class="pf-v5-c-form-control pf-m-resize-both">
|
|
24
24
|
<textarea
|
|
25
25
|
name="textarea1"
|
|
26
26
|
id="textarea1"
|
|
@@ -36,7 +36,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
|
|
|
36
36
|
<br />
|
|
37
37
|
<div class="pf-v5-c-input-group">
|
|
38
38
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
39
|
-
<div class="pf-v5-c-form-control">
|
|
39
|
+
<div class="pf-v5-c-form-control pf-m-resize-both">
|
|
40
40
|
<textarea
|
|
41
41
|
name="textarea2"
|
|
42
42
|
id="textarea2"
|
|
@@ -66,7 +66,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
|
|
|
66
66
|
<button class="pf-v5-c-button pf-m-control" type="button">Button</button>
|
|
67
67
|
</div>
|
|
68
68
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
69
|
-
<div class="pf-v5-c-form-control">
|
|
69
|
+
<div class="pf-v5-c-form-control pf-m-resize-both">
|
|
70
70
|
<textarea
|
|
71
71
|
name="textarea3"
|
|
72
72
|
id="textarea3"
|
|
@@ -203,7 +203,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
|
|
|
203
203
|
</span>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
206
|
-
<div class="pf-v5-c-form-control">
|
|
206
|
+
<div class="pf-v5-c-form-control pf-m-required pf-m-error">
|
|
207
207
|
<input
|
|
208
208
|
required
|
|
209
209
|
type="email"
|
|
@@ -212,6 +212,11 @@ Use the input group to extend form controls by adding text, buttons, selects, et
|
|
|
212
212
|
aria-invalid="true"
|
|
213
213
|
aria-label="Error state username example"
|
|
214
214
|
/>
|
|
215
|
+
<div class="pf-v5-c-form-control__utilities">
|
|
216
|
+
<div class="pf-v5-c-form-control__icon pf-m-status">
|
|
217
|
+
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
218
|
+
</div>
|
|
219
|
+
</div>
|
|
215
220
|
</div>
|
|
216
221
|
</div>
|
|
217
222
|
</div>
|
|
@@ -48,7 +48,7 @@ wrapperTag: div
|
|
|
48
48
|
aria-hidden="true"
|
|
49
49
|
>*</span></label>
|
|
50
50
|
|
|
51
|
-
<div class="pf-v5-c-form-control">
|
|
51
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
52
52
|
<input
|
|
53
53
|
required
|
|
54
54
|
input="true"
|
|
@@ -64,10 +64,9 @@ wrapperTag: div
|
|
|
64
64
|
aria-hidden="true"
|
|
65
65
|
>*</span></label>
|
|
66
66
|
|
|
67
|
-
<div class="pf-v5-c-form-control">
|
|
67
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
68
68
|
<input
|
|
69
69
|
required
|
|
70
|
-
input="true"
|
|
71
70
|
type="password"
|
|
72
71
|
id="login-demo-form-password"
|
|
73
72
|
name="login-demo-form-password"
|
|
@@ -261,7 +260,7 @@ wrapperTag: div
|
|
|
261
260
|
aria-hidden="true"
|
|
262
261
|
>*</span></label>
|
|
263
262
|
|
|
264
|
-
<div class="pf-v5-c-form-control">
|
|
263
|
+
<div class="pf-v5-c-form-control pf-m-required pf-m-error">
|
|
265
264
|
<input
|
|
266
265
|
required
|
|
267
266
|
type="text"
|
|
@@ -269,6 +268,11 @@ wrapperTag: div
|
|
|
269
268
|
name="invalid-login-demo-form-username"
|
|
270
269
|
aria-invalid="true"
|
|
271
270
|
/>
|
|
271
|
+
<div class="pf-v5-c-form-control__utilities">
|
|
272
|
+
<div class="pf-v5-c-form-control__icon pf-m-status">
|
|
273
|
+
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
274
|
+
</div>
|
|
275
|
+
</div>
|
|
272
276
|
</div>
|
|
273
277
|
</div>
|
|
274
278
|
<div class="pf-v5-c-form__group"><label
|
|
@@ -280,7 +284,7 @@ wrapperTag: div
|
|
|
280
284
|
aria-hidden="true"
|
|
281
285
|
>*</span></label>
|
|
282
286
|
|
|
283
|
-
<div class="pf-v5-c-form-control">
|
|
287
|
+
<div class="pf-v5-c-form-control pf-m-required pf-m-error">
|
|
284
288
|
<input
|
|
285
289
|
required
|
|
286
290
|
type="password"
|
|
@@ -288,6 +292,11 @@ wrapperTag: div
|
|
|
288
292
|
name="invalid-login-demo-form-password"
|
|
289
293
|
aria-invalid="true"
|
|
290
294
|
/>
|
|
295
|
+
<div class="pf-v5-c-form-control__utilities">
|
|
296
|
+
<div class="pf-v5-c-form-control__icon pf-m-status">
|
|
297
|
+
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
298
|
+
</div>
|
|
299
|
+
</div>
|
|
291
300
|
</div>
|
|
292
301
|
</div>
|
|
293
302
|
<div class="pf-v5-c-form__group">
|
|
@@ -474,10 +483,9 @@ wrapperTag: div
|
|
|
474
483
|
aria-hidden="true"
|
|
475
484
|
>*</span></label>
|
|
476
485
|
|
|
477
|
-
<div class="pf-v5-c-form-control">
|
|
486
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
478
487
|
<input
|
|
479
488
|
required
|
|
480
|
-
input="true"
|
|
481
489
|
type="text"
|
|
482
490
|
id="login-demo-form-username"
|
|
483
491
|
name="login-demo-form-username"
|
|
@@ -491,10 +499,9 @@ wrapperTag: div
|
|
|
491
499
|
>*</span></label>
|
|
492
500
|
|
|
493
501
|
<div class="pf-v5-c-input-group">
|
|
494
|
-
<div class="pf-v5-c-form-control">
|
|
502
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
495
503
|
<input
|
|
496
504
|
required
|
|
497
|
-
input="true"
|
|
498
505
|
type="password"
|
|
499
506
|
id="login-demo-form-password"
|
|
500
507
|
name="login-demo-form-password"
|
|
@@ -702,10 +709,9 @@ wrapperTag: div
|
|
|
702
709
|
aria-hidden="true"
|
|
703
710
|
>*</span></label>
|
|
704
711
|
|
|
705
|
-
<div class="pf-v5-c-form-control">
|
|
712
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
706
713
|
<input
|
|
707
714
|
required
|
|
708
|
-
input="true"
|
|
709
715
|
type="text"
|
|
710
716
|
id="login-demo-form-username"
|
|
711
717
|
name="login-demo-form-username"
|
|
@@ -719,10 +725,9 @@ wrapperTag: div
|
|
|
719
725
|
>*</span></label>
|
|
720
726
|
|
|
721
727
|
<div class="pf-v5-c-input-group">
|
|
722
|
-
<div class="pf-v5-c-form-control">
|
|
728
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
723
729
|
<input
|
|
724
730
|
required
|
|
725
|
-
input="true"
|
|
726
731
|
type="text"
|
|
727
732
|
id="login-demo-form-password"
|
|
728
733
|
name="login-demo-form-password"
|
|
@@ -969,10 +974,9 @@ wrapperTag: div
|
|
|
969
974
|
aria-hidden="true"
|
|
970
975
|
>*</span></label>
|
|
971
976
|
|
|
972
|
-
<div class="pf-v5-c-form-control">
|
|
977
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
973
978
|
<input
|
|
974
979
|
required
|
|
975
|
-
input="true"
|
|
976
980
|
type="text"
|
|
977
981
|
id="login-demo-form-username"
|
|
978
982
|
name="login-demo-form-username"
|
|
@@ -985,10 +989,9 @@ wrapperTag: div
|
|
|
985
989
|
aria-hidden="true"
|
|
986
990
|
>*</span></label>
|
|
987
991
|
|
|
988
|
-
<div class="pf-v5-c-form-control">
|
|
992
|
+
<div class="pf-v5-c-form-control pf-m-required">
|
|
989
993
|
<input
|
|
990
994
|
required
|
|
991
|
-
input="true"
|
|
992
995
|
type="password"
|
|
993
996
|
id="login-demo-form-password"
|
|
994
997
|
name="login-demo-form-password"
|
|
@@ -237,13 +237,13 @@ cssPrefix: pf-v5-c-number-input
|
|
|
237
237
|
</button>
|
|
238
238
|
</div>
|
|
239
239
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
240
|
-
<div class="pf-v5-c-form-control">
|
|
240
|
+
<div class="pf-v5-c-form-control pf-m-disabled">
|
|
241
241
|
<input
|
|
242
|
+
disabled
|
|
242
243
|
type="number"
|
|
243
244
|
value="100"
|
|
244
245
|
name="number-input-disabled-name"
|
|
245
246
|
aria-label="Number input"
|
|
246
|
-
disabled
|
|
247
247
|
/>
|
|
248
248
|
</div>
|
|
249
249
|
</div>
|
|
@@ -327,6 +327,11 @@ cssPrefix: pf-v5-c-number-input
|
|
|
327
327
|
name="number-input-status-warning-name"
|
|
328
328
|
aria-label="Number input"
|
|
329
329
|
/>
|
|
330
|
+
<div class="pf-v5-c-form-control__utilities">
|
|
331
|
+
<div class="pf-v5-c-form-control__icon pf-m-status">
|
|
332
|
+
<i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
|
|
333
|
+
</div>
|
|
334
|
+
</div>
|
|
330
335
|
</div>
|
|
331
336
|
</div>
|
|
332
337
|
<div class="pf-v5-c-input-group__item">
|
|
@@ -732,7 +732,7 @@ cssPrefix: pf-v5-c-pagination
|
|
|
732
732
|
</button>
|
|
733
733
|
</div>
|
|
734
734
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
735
|
-
<div class="pf-v5-c-form-control">
|
|
735
|
+
<div class="pf-v5-c-form-control pf-m-disabled">
|
|
736
736
|
<input
|
|
737
737
|
disabled
|
|
738
738
|
aria-label="Current page"
|
|
@@ -764,13 +764,15 @@ The single select should be used when the user is selecting an option from a lis
|
|
|
764
764
|
|
|
765
765
|
<div class="pf-v5-c-select__toggle pf-m-typeahead pf-m-disabled">
|
|
766
766
|
<div class="pf-v5-c-select__toggle-wrapper">
|
|
767
|
-
<div
|
|
767
|
+
<div
|
|
768
|
+
class="pf-v5-c-form-control pf-m-disabled pf-v5-c-select__toggle-typeahead"
|
|
769
|
+
>
|
|
768
770
|
<input
|
|
771
|
+
disabled
|
|
769
772
|
type="text"
|
|
770
773
|
id="select-single-typeahead-disabled-typeahead"
|
|
771
774
|
aria-label="Type to filter"
|
|
772
775
|
placeholder="Choose a state"
|
|
773
|
-
disabled
|
|
774
776
|
/>
|
|
775
777
|
</div>
|
|
776
778
|
</div>
|