@@ -13,7 +13,7 @@ exports[`FormFields <Checkbox /> should render single checkbox variant 1`] = `
13
13
meta = { Object {}}
14
14
name = " single-check-box"
15
15
>
16
- <FormGroup
16
+ <Pf3FormGroup
17
17
hideLabel = { true }
18
18
meta = {
19
19
Object {
@@ -76,7 +76,7 @@ exports[`FormFields <Checkbox /> should render single checkbox variant 1`] = `
76
76
</Checkbox >
77
77
</div >
78
78
</FormGroup >
79
- </FormGroup >
79
+ </Pf3FormGroup >
80
80
</SingleCheckbox >
81
81
</Checkbox >
82
82
</ReactFinalForm >
@@ -98,7 +98,7 @@ exports[`FormFields <Checkbox /> should render single checkbox variant with a he
98
98
meta = { Object {}}
99
99
name = " single-check-box"
100
100
>
101
- <FormGroup
101
+ <Pf3FormGroup
102
102
hideLabel = { true }
103
103
meta = {
104
104
Object {
@@ -219,7 +219,7 @@ exports[`FormFields <Checkbox /> should render single checkbox variant with a he
219
219
</Checkbox >
220
220
</div >
221
221
</FormGroup >
222
- </FormGroup >
222
+ </Pf3FormGroup >
223
223
</SingleCheckbox >
224
224
</Checkbox >
225
225
</ReactFinalForm >
@@ -246,7 +246,7 @@ exports[`FormFields <Radio /> should render correctly 1`] = `
246
246
]
247
247
}
248
248
>
249
- <FormGroup
249
+ <Pf3FormGroup
250
250
meta = {
251
251
Object {
252
252
" active" : false ,
@@ -369,7 +369,7 @@ exports[`FormFields <Radio /> should render correctly 1`] = `
369
369
</RadioOption >
370
370
</div >
371
371
</FormGroup >
372
- </FormGroup >
372
+ </Pf3FormGroup >
373
373
</Radio >
374
374
</ReactFinalForm >
375
375
</RenderWithProvider >
@@ -405,7 +405,7 @@ exports[`FormFields <Switch /> should render Switch correctly 1`] = `
405
405
}
406
406
}
407
407
>
408
- <FormGroup
408
+ <Pf3FormGroup
409
409
meta = {
410
410
Object {
411
411
" active" : false ,
@@ -514,7 +514,7 @@ exports[`FormFields <Switch /> should render Switch correctly 1`] = `
514
514
</Switch >
515
515
</div >
516
516
</FormGroup >
517
- </FormGroup >
517
+ </Pf3FormGroup >
518
518
</Switch >
519
519
</ReactFinalForm >
520
520
</RenderWithProvider >
@@ -551,7 +551,7 @@ exports[`FormFields <Switch /> should render Switch with label correctly 1`] = `
551
551
}
552
552
}
553
553
>
554
- <FormGroup
554
+ <Pf3FormGroup
555
555
label = " Label"
556
556
meta = {
557
557
Object {
@@ -671,7 +671,7 @@ exports[`FormFields <Switch /> should render Switch with label correctly 1`] = `
671
671
</Switch >
672
672
</div >
673
673
</FormGroup >
674
- </FormGroup >
674
+ </Pf3FormGroup >
675
675
</Switch >
676
676
</ReactFinalForm >
677
677
</RenderWithProvider >
@@ -708,7 +708,7 @@ exports[`FormFields <Switch /> should render Switch with onText (custom prop) co
708
708
}
709
709
onText = " OnText"
710
710
>
711
- <FormGroup
711
+ <Pf3FormGroup
712
712
meta = {
713
713
Object {
714
714
" active" : false ,
@@ -817,7 +817,7 @@ exports[`FormFields <Switch /> should render Switch with onText (custom prop) co
817
817
</Switch >
818
818
</div >
819
819
</FormGroup >
820
- </FormGroup >
820
+ </Pf3FormGroup >
821
821
</Switch >
822
822
</ReactFinalForm >
823
823
</RenderWithProvider >
@@ -854,7 +854,7 @@ exports[`FormFields <Switch /> should render Switch with placeholder correctly 1
854
854
}
855
855
placeholder = " Placeholder"
856
856
>
857
- <FormGroup
857
+ <Pf3FormGroup
858
858
meta = {
859
859
Object {
860
860
" active" : false ,
@@ -963,7 +963,7 @@ exports[`FormFields <Switch /> should render Switch with placeholder correctly 1
963
963
</Switch >
964
964
</div >
965
965
</FormGroup >
966
- </FormGroup >
966
+ </Pf3FormGroup >
967
967
</Switch >
968
968
</ReactFinalForm >
969
969
</RenderWithProvider >
@@ -1000,7 +1000,7 @@ exports[`FormFields <Switch /> should render disabled Switch correctly 1`] = `
1000
1000
}
1001
1001
}
1002
1002
>
1003
- <FormGroup
1003
+ <Pf3FormGroup
1004
1004
meta = {
1005
1005
Object {
1006
1006
" active" : false ,
@@ -1111,7 +1111,7 @@ exports[`FormFields <Switch /> should render disabled Switch correctly 1`] = `
1111
1111
</Switch >
1112
1112
</div >
1113
1113
</FormGroup >
1114
- </FormGroup >
1114
+ </Pf3FormGroup >
1115
1115
</Switch >
1116
1116
</ReactFinalForm >
1117
1117
</RenderWithProvider >
@@ -1148,7 +1148,7 @@ exports[`FormFields <Switch /> should render mini Switch correctly 1`] = `
1148
1148
}
1149
1149
}
1150
1150
>
1151
- <FormGroup
1151
+ <Pf3FormGroup
1152
1152
meta = {
1153
1153
Object {
1154
1154
" active" : false ,
@@ -1258,7 +1258,7 @@ exports[`FormFields <Switch /> should render mini Switch correctly 1`] = `
1258
1258
</Switch >
1259
1259
</div >
1260
1260
</FormGroup >
1261
- </FormGroup >
1261
+ </Pf3FormGroup >
1262
1262
</Switch >
1263
1263
</ReactFinalForm >
1264
1264
</RenderWithProvider >
@@ -1295,7 +1295,7 @@ exports[`FormFields <Switch /> should render readOnly Switch correctly 1`] = `
1295
1295
}
1296
1296
}
1297
1297
>
1298
- <FormGroup
1298
+ <Pf3FormGroup
1299
1299
meta = {
1300
1300
Object {
1301
1301
" active" : false ,
@@ -1406,7 +1406,7 @@ exports[`FormFields <Switch /> should render readOnly Switch correctly 1`] = `
1406
1406
</Switch >
1407
1407
</div >
1408
1408
</FormGroup >
1409
- </FormGroup >
1409
+ </Pf3FormGroup >
1410
1410
</Switch >
1411
1411
</ReactFinalForm >
1412
1412
</RenderWithProvider >
@@ -1443,7 +1443,7 @@ exports[`FormFields <Switch /> should render sm Switch correctly 1`] = `
1443
1443
}
1444
1444
}
1445
1445
>
1446
- <FormGroup
1446
+ <Pf3FormGroup
1447
1447
meta = {
1448
1448
Object {
1449
1449
" active" : false ,
@@ -1553,7 +1553,7 @@ exports[`FormFields <Switch /> should render sm Switch correctly 1`] = `
1553
1553
</Switch >
1554
1554
</div >
1555
1555
</FormGroup >
1556
- </FormGroup >
1556
+ </Pf3FormGroup >
1557
1557
</Switch >
1558
1558
</ReactFinalForm >
1559
1559
</RenderWithProvider >
@@ -1567,7 +1567,7 @@ exports[`FormFields <TextField /> should render correctly 1`] = `
1567
1567
<TextField
1568
1568
name = " text-field"
1569
1569
>
1570
- <FormGroup
1570
+ <Pf3FormGroup
1571
1571
meta = {
1572
1572
Object {
1573
1573
" active" : false ,
@@ -1618,7 +1618,7 @@ exports[`FormFields <TextField /> should render correctly 1`] = `
1618
1618
</FormControl >
1619
1619
</div >
1620
1620
</FormGroup >
1621
- </FormGroup >
1621
+ </Pf3FormGroup >
1622
1622
</TextField >
1623
1623
</ReactFinalForm >
1624
1624
</RenderWithProvider >
@@ -1633,7 +1633,7 @@ exports[`FormFields <TextField /> should render correctly with placeholder 1`] =
1633
1633
name = " text-field"
1634
1634
placeholder = " placeholder"
1635
1635
>
1636
- <FormGroup
1636
+ <Pf3FormGroup
1637
1637
meta = {
1638
1638
Object {
1639
1639
" active" : false ,
@@ -1686,7 +1686,7 @@ exports[`FormFields <TextField /> should render correctly with placeholder 1`] =
1686
1686
</FormControl >
1687
1687
</div >
1688
1688
</FormGroup >
1689
- </FormGroup >
1689
+ </Pf3FormGroup >
1690
1690
</TextField >
1691
1691
</ReactFinalForm >
1692
1692
</RenderWithProvider >
@@ -1705,7 +1705,7 @@ exports[`FormFields <Textarea /> should render correctly 1`] = `
1705
1705
}
1706
1706
meta = { Object {}}
1707
1707
>
1708
- <FormGroup
1708
+ <Pf3FormGroup
1709
1709
meta = {
1710
1710
Object {
1711
1711
" active" : false ,
@@ -1754,7 +1754,7 @@ exports[`FormFields <Textarea /> should render correctly 1`] = `
1754
1754
</FormControl >
1755
1755
</div >
1756
1756
</FormGroup >
1757
- </FormGroup >
1757
+ </Pf3FormGroup >
1758
1758
</Textarea >
1759
1759
</ReactFinalForm >
1760
1760
</RenderWithProvider >
@@ -1774,7 +1774,7 @@ exports[`FormFields <Textarea /> should render correctly with placeholder 1`] =
1774
1774
meta = { Object {}}
1775
1775
placeholder = " placeholder"
1776
1776
>
1777
- <FormGroup
1777
+ <Pf3FormGroup
1778
1778
meta = {
1779
1779
Object {
1780
1780
" active" : false ,
@@ -1825,7 +1825,7 @@ exports[`FormFields <Textarea /> should render correctly with placeholder 1`] =
1825
1825
</FormControl >
1826
1826
</div >
1827
1827
</FormGroup >
1828
- </FormGroup >
1828
+ </Pf3FormGroup >
1829
1829
</Textarea >
1830
1830
</ReactFinalForm >
1831
1831
</RenderWithProvider >
0 commit comments