File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ exports[`Select.Basic does not filter when filterOption value is false 1`] = `
30
30
<div >
31
31
<div
32
32
class = " rc-select-dropdown"
33
- style = " opacity:0"
33
+ style = " opacity:0;pointer-events:none "
34
34
>
35
35
<div >
36
36
<div
@@ -156,7 +156,7 @@ exports[`Select.Basic filterOption could be true as described in default value 1
156
156
<div >
157
157
<div
158
158
class = " rc-select-dropdown"
159
- style = " opacity: 0; min-width: 0; width: 0px;"
159
+ style = " opacity: 0; pointer-events: none; min-width: 0; width: 0px;"
160
160
>
161
161
<div >
162
162
<div
@@ -484,7 +484,7 @@ exports[`Select.Basic render renders dropdown correctly 1`] = `
484
484
<div >
485
485
<div
486
486
class = " antd-dropdown"
487
- style = " opacity:0"
487
+ style = " opacity:0;pointer-events:none "
488
488
>
489
489
<div >
490
490
<div
@@ -652,7 +652,7 @@ exports[`Select.Basic render renders role prop correctly 1`] = `
652
652
autocomplete = " off"
653
653
class = " antd-selection-search-input"
654
654
readonly = " "
655
- role = " combobox "
655
+ role = " button "
656
656
style = " opacity:0"
657
657
unselectable = " on"
658
658
value = " "
@@ -726,7 +726,7 @@ exports[`Select.Basic should contain falsy children 1`] = `
726
726
<div >
727
727
<div
728
728
class = " rc-select-dropdown"
729
- style = " opacity:0"
729
+ style = " opacity:0;pointer-events:none "
730
730
>
731
731
<div >
732
732
<div
@@ -860,7 +860,7 @@ exports[`Select.Basic should render custom dropdown correctly 1`] = `
860
860
<div >
861
861
<div
862
862
class = " rc-select-dropdown"
863
- style = " opacity: 0; min-width: 0; width: 0px;"
863
+ style = " opacity: 0; pointer-events: none; min-width: 0; width: 0px;"
864
864
>
865
865
<div >
866
866
<div >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ exports[`Select.Tags OptGroup renders correctly 1`] = `
78
78
<div >
79
79
<div
80
80
class = " rc-select-dropdown"
81
- style = " opacity: 0; min-width: 0; width: 0px;"
81
+ style = " opacity: 0; pointer-events: none; min-width: 0; width: 0px;"
82
82
>
83
83
<div >
84
84
<div
You can’t perform that action at this time.
0 commit comments