File tree Expand file tree Collapse file tree 4 files changed +8
-146
lines changed
config-provider/__tests__/__snapshots__
input/__tests__/__snapshots__
select/__tests__/__snapshots__ Expand file tree Collapse file tree 4 files changed +8
-146
lines changed Original file line number Diff line number Diff line change @@ -21049,6 +21049,7 @@ exports[`ConfigProvider components Select configProvider 1`] = `
21049
21049
>
21050
21050
<div
21051
21051
class="config-select-item config-select-item-group"
21052
+ title="grp"
21052
21053
>
21053
21054
grp
21054
21055
</div>
@@ -21176,6 +21177,7 @@ exports[`ConfigProvider components Select configProvider componentSize large 1`]
21176
21177
>
21177
21178
<div
21178
21179
class="config-select-item config-select-item-group"
21180
+ title="grp"
21179
21181
>
21180
21182
grp
21181
21183
</div>
@@ -21303,6 +21305,7 @@ exports[`ConfigProvider components Select configProvider componentSize middle 1`
21303
21305
>
21304
21306
<div
21305
21307
class="config-select-item config-select-item-group"
21308
+ title="grp"
21306
21309
>
21307
21310
grp
21308
21311
</div>
@@ -21430,6 +21433,7 @@ exports[`ConfigProvider components Select configProvider virtual and dropdownMat
21430
21433
>
21431
21434
<div
21432
21435
class="ant-select-item ant-select-item-group"
21436
+ title="grp"
21433
21437
>
21434
21438
grp
21435
21439
</div>
@@ -21557,6 +21561,7 @@ exports[`ConfigProvider components Select normal 1`] = `
21557
21561
>
21558
21562
<div
21559
21563
class="ant-select-item ant-select-item-group"
21564
+ title="grp"
21560
21565
>
21561
21566
grp
21562
21567
</div>
@@ -21684,6 +21689,7 @@ exports[`ConfigProvider components Select prefixCls 1`] = `
21684
21689
>
21685
21690
<div
21686
21691
class="prefix-Select-item prefix-Select-item-group"
21692
+ title="grp"
21687
21693
>
21688
21694
grp
21689
21695
</div>
Original file line number Diff line number Diff line change @@ -9788,79 +9788,6 @@ exports[`renders ./components/input/demo/textarea-show-count.md extend context c
9788
9788
</div >
9789
9789
` ;
9790
9790
9791
- exports [` renders ./components/input/demo/tip.md extend context correctly 1` ] = `
9792
- Array [
9793
- <span
9794
- class = " ant-input-affix-wrapper"
9795
- >
9796
- <span
9797
- class = " ant-input-prefix"
9798
- >
9799
- <span
9800
- aria-label = " user"
9801
- class = " anticon anticon-user"
9802
- role = " img"
9803
- >
9804
- <svg
9805
- aria-hidden = " true"
9806
- data-icon = " user"
9807
- fill = " currentColor"
9808
- focusable = " false"
9809
- height = " 1em"
9810
- viewBox = " 0 0 16 16"
9811
- width = " 1em"
9812
- >
9813
- <path
9814
- d = " M8 1a4 4 0 012.13 7.39A6 6 0 0114 14v.5a.5.5 0 01-1 0V14a5 5 0 00-10 0v.5a.5.5 0 01-1 0V14a6 6 0 013.87-5.61A4 4 0 018 1zm0 1a3 3 0 100 6 3 3 0 000-6z"
9815
- />
9816
- </svg >
9817
- </span >
9818
- </span >
9819
- <input
9820
- class = " ant-input"
9821
- placeholder = " large size"
9822
- type = " text"
9823
- value = " "
9824
- />
9825
- </span >,
9826
- <br />,
9827
- <br />,
9828
- <span
9829
- class = " ant-input-affix-wrapper"
9830
- >
9831
- <span
9832
- class = " ant-input-prefix"
9833
- >
9834
- <span
9835
- aria-label = " user"
9836
- class = " anticon anticon-user"
9837
- role = " img"
9838
- >
9839
- <svg
9840
- aria-hidden = " true"
9841
- data-icon = " user"
9842
- fill = " currentColor"
9843
- focusable = " false"
9844
- height = " 1em"
9845
- viewBox = " 0 0 16 16"
9846
- width = " 1em"
9847
- >
9848
- <path
9849
- d = " M8 1a4 4 0 012.13 7.39A6 6 0 0114 14v.5a.5.5 0 01-1 0V14a5 5 0 00-10 0v.5a.5.5 0 01-1 0V14a6 6 0 013.87-5.61A4 4 0 018 1zm0 1a3 3 0 100 6 3 3 0 000-6z"
9850
- />
9851
- </svg >
9852
- </span >
9853
- </span >
9854
- <input
9855
- class = " ant-input"
9856
- placeholder = " default size"
9857
- type = " text"
9858
- value = " "
9859
- />
9860
- </span >,
9861
- ]
9862
- ` ;
9863
-
9864
9791
exports [` renders ./components/input/demo/tooltip.md extend context correctly 1` ] = `
9865
9792
Array [
9866
9793
<input
Original file line number Diff line number Diff line change @@ -3526,79 +3526,6 @@ exports[`renders ./components/input/demo/textarea-show-count.md correctly 1`] =
3526
3526
</div >
3527
3527
` ;
3528
3528
3529
- exports [` renders ./components/input/demo/tip.md correctly 1` ] = `
3530
- Array [
3531
- <span
3532
- class = " ant-input-affix-wrapper"
3533
- >
3534
- <span
3535
- class = " ant-input-prefix"
3536
- >
3537
- <span
3538
- aria-label = " user"
3539
- class = " anticon anticon-user"
3540
- role = " img"
3541
- >
3542
- <svg
3543
- aria-hidden = " true"
3544
- data-icon = " user"
3545
- fill = " currentColor"
3546
- focusable = " false"
3547
- height = " 1em"
3548
- viewBox = " 0 0 16 16"
3549
- width = " 1em"
3550
- >
3551
- <path
3552
- d = " M8 1a4 4 0 012.13 7.39A6 6 0 0114 14v.5a.5.5 0 01-1 0V14a5 5 0 00-10 0v.5a.5.5 0 01-1 0V14a6 6 0 013.87-5.61A4 4 0 018 1zm0 1a3 3 0 100 6 3 3 0 000-6z"
3553
- />
3554
- </svg >
3555
- </span >
3556
- </span >
3557
- <input
3558
- class = " ant-input"
3559
- placeholder = " large size"
3560
- type = " text"
3561
- value = " "
3562
- />
3563
- </span >,
3564
- <br />,
3565
- <br />,
3566
- <span
3567
- class = " ant-input-affix-wrapper"
3568
- >
3569
- <span
3570
- class = " ant-input-prefix"
3571
- >
3572
- <span
3573
- aria-label = " user"
3574
- class = " anticon anticon-user"
3575
- role = " img"
3576
- >
3577
- <svg
3578
- aria-hidden = " true"
3579
- data-icon = " user"
3580
- fill = " currentColor"
3581
- focusable = " false"
3582
- height = " 1em"
3583
- viewBox = " 0 0 16 16"
3584
- width = " 1em"
3585
- >
3586
- <path
3587
- d = " M8 1a4 4 0 012.13 7.39A6 6 0 0114 14v.5a.5.5 0 01-1 0V14a5 5 0 00-10 0v.5a.5.5 0 01-1 0V14a6 6 0 013.87-5.61A4 4 0 018 1zm0 1a3 3 0 100 6 3 3 0 000-6z"
3588
- />
3589
- </svg >
3590
- </span >
3591
- </span >
3592
- <input
3593
- class = " ant-input"
3594
- placeholder = " default size"
3595
- type = " text"
3596
- value = " "
3597
- />
3598
- </span >,
3599
- ]
3600
- ` ;
3601
-
3602
3529
exports [` renders ./components/input/demo/tooltip.md correctly 1` ] = `
3603
3530
<input
3604
3531
class = " ant-input"
Original file line number Diff line number Diff line change @@ -3815,6 +3815,7 @@ exports[`renders ./components/select/demo/optgroup.md extend context correctly 1
3815
3815
>
3816
3816
<div
3817
3817
class = " ant-select-item ant-select-item-group"
3818
+ title = " Manager"
3818
3819
>
3819
3820
Manager
3820
3821
</div >
@@ -3854,6 +3855,7 @@ exports[`renders ./components/select/demo/optgroup.md extend context correctly 1
3854
3855
</div >
3855
3856
<div
3856
3857
class = " ant-select-item ant-select-item-group"
3858
+ title = " Engineer"
3857
3859
>
3858
3860
Engineer
3859
3861
</div >
You can’t perform that action at this time.
0 commit comments