@@ -62,6 +62,9 @@ exports[`call onPress when affix adornment pressed 1`] = `
62
62
{
63
63
" overflow" : " hidden" ,
64
64
},
65
+ {
66
+ " zIndex" : 3 ,
67
+ },
65
68
]
66
69
}
67
70
>
@@ -82,7 +85,6 @@ exports[`call onPress when affix adornment pressed 1`] = `
82
85
},
83
86
],
84
87
" width" : 750 ,
85
- " zIndex" : 3 ,
86
88
}
87
89
}
88
90
>
@@ -358,6 +360,9 @@ exports[`correctly applies a component as the text label 1`] = `
358
360
{
359
361
" overflow" : " hidden" ,
360
362
},
363
+ {
364
+ " zIndex" : 3 ,
365
+ },
361
366
]
362
367
}
363
368
>
@@ -378,7 +383,6 @@ exports[`correctly applies a component as the text label 1`] = `
378
383
},
379
384
],
380
385
" width" : 750 ,
381
- " zIndex" : 3 ,
382
386
}
383
387
}
384
388
>
@@ -598,6 +602,9 @@ exports[`correctly applies cursorColor prop 1`] = `
598
602
{
599
603
" overflow" : " hidden" ,
600
604
},
605
+ {
606
+ " zIndex" : 3 ,
607
+ },
601
608
]
602
609
}
603
610
>
@@ -618,7 +625,6 @@ exports[`correctly applies cursorColor prop 1`] = `
618
625
},
619
626
],
620
627
" width" : 750 ,
621
- " zIndex" : 3 ,
622
628
}
623
629
}
624
630
>
@@ -822,6 +828,9 @@ exports[`correctly applies default textAlign based on default RTL 1`] = `
822
828
{
823
829
" overflow" : " hidden" ,
824
830
},
831
+ {
832
+ " zIndex" : 3 ,
833
+ },
825
834
]
826
835
}
827
836
>
@@ -842,7 +851,6 @@ exports[`correctly applies default textAlign based on default RTL 1`] = `
842
851
},
843
852
],
844
853
" width" : 750 ,
845
- " zIndex" : 3 ,
846
854
}
847
855
}
848
856
>
@@ -1039,6 +1047,9 @@ exports[`correctly applies height to multiline Outline TextInput 1`] = `
1039
1047
{
1040
1048
" overflow" : " hidden" ,
1041
1049
},
1050
+ {
1051
+ " zIndex" : 3 ,
1052
+ },
1042
1053
]
1043
1054
}
1044
1055
>
@@ -1059,7 +1070,6 @@ exports[`correctly applies height to multiline Outline TextInput 1`] = `
1059
1070
},
1060
1071
],
1061
1072
" width" : 750 ,
1062
- " zIndex" : 3 ,
1063
1073
}
1064
1074
}
1065
1075
>
@@ -1303,6 +1313,9 @@ exports[`correctly applies paddingLeft from contentStyleProp 1`] = `
1303
1313
{
1304
1314
" overflow" : " hidden" ,
1305
1315
},
1316
+ {
1317
+ " zIndex" : 3 ,
1318
+ },
1306
1319
]
1307
1320
}
1308
1321
>
@@ -1323,7 +1336,6 @@ exports[`correctly applies paddingLeft from contentStyleProp 1`] = `
1323
1336
},
1324
1337
],
1325
1338
" width" : 750 ,
1326
- " zIndex" : 3 ,
1327
1339
}
1328
1340
}
1329
1341
>
@@ -1529,6 +1541,9 @@ exports[`correctly applies textAlign center 1`] = `
1529
1541
{
1530
1542
" overflow" : " hidden" ,
1531
1543
},
1544
+ {
1545
+ " zIndex" : 3 ,
1546
+ },
1532
1547
]
1533
1548
}
1534
1549
>
@@ -1549,7 +1564,6 @@ exports[`correctly applies textAlign center 1`] = `
1549
1564
},
1550
1565
],
1551
1566
" width" : 750 ,
1552
- " zIndex" : 3 ,
1553
1567
}
1554
1568
}
1555
1569
>
@@ -1753,6 +1767,9 @@ exports[`correctly renders left-side affix adornment, and right-side icon adornm
1753
1767
{
1754
1768
" overflow" : " hidden" ,
1755
1769
},
1770
+ {
1771
+ " zIndex" : 3 ,
1772
+ },
1756
1773
]
1757
1774
}
1758
1775
>
@@ -1773,7 +1790,6 @@ exports[`correctly renders left-side affix adornment, and right-side icon adornm
1773
1790
},
1774
1791
],
1775
1792
" width" : 750 ,
1776
- " zIndex" : 3 ,
1777
1793
}
1778
1794
}
1779
1795
>
@@ -2179,6 +2195,9 @@ exports[`correctly renders left-side icon adornment, and right-side affix adornm
2179
2195
{
2180
2196
" overflow" : " hidden" ,
2181
2197
},
2198
+ {
2199
+ " zIndex" : 3 ,
2200
+ },
2182
2201
]
2183
2202
}
2184
2203
>
@@ -2199,7 +2218,6 @@ exports[`correctly renders left-side icon adornment, and right-side affix adornm
2199
2218
},
2200
2219
],
2201
2220
" width" : 750 ,
2202
- " zIndex" : 3 ,
2203
2221
}
2204
2222
}
2205
2223
>
0 commit comments