Skip to content

Commit f3483b4

Browse files
committed
upgrade
1 parent 8f1a5ab commit f3483b4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"prettier": "^3.1.1",
7777
"querystring": "^0.2.1",
7878
"rc-dialog": "^9.0.0",
79-
"rc-test": "^7.0.9",
79+
"rc-test": "^7.1.2",
8080
"react": "^18.2.0",
8181
"react-dom": "^18.2.0",
8282
"typescript": "^5.2.2"

tests/__snapshots__/Select.test.tsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exports[`Select.Basic does not filter when filterOption value is false 1`] = `
3434
>
3535
<div
3636
class="rc-virtual-list-holder"
37-
style="max-height: 200px; overflow-y: auto;"
37+
style="max-height: 200px; overflow-y: hidden;"
3838
>
3939
<div>
4040
<div
@@ -298,7 +298,7 @@ exports[`Select.Basic render should support fieldName 1`] = `
298298
>
299299
<div
300300
class="rc-virtual-list-holder"
301-
style="max-height: 200px; overflow-y: auto;"
301+
style="max-height: 200px; overflow-y: hidden;"
302302
>
303303
<div>
304304
<div
@@ -344,7 +344,7 @@ exports[`Select.Basic render should support fieldName 2`] = `
344344
>
345345
<div
346346
class="rc-virtual-list-holder"
347-
style="max-height: 200px; overflow-y: auto;"
347+
style="max-height: 200px; overflow-y: hidden;"
348348
>
349349
<div>
350350
<div
@@ -390,7 +390,7 @@ exports[`Select.Basic render should support fieldName 3`] = `
390390
>
391391
<div
392392
class="rc-virtual-list-holder"
393-
style="max-height: 200px; overflow-y: auto;"
393+
style="max-height: 200px; overflow-y: hidden;"
394394
>
395395
<div>
396396
<div
@@ -463,7 +463,7 @@ exports[`Select.Basic should contain falsy children 1`] = `
463463
>
464464
<div
465465
class="rc-virtual-list-holder"
466-
style="max-height: 200px; overflow-y: auto;"
466+
style="max-height: 200px; overflow-y: hidden;"
467467
>
468468
<div>
469469
<div
@@ -560,7 +560,7 @@ exports[`Select.Basic should render custom dropdown correctly 1`] = `
560560
>
561561
<div
562562
class="rc-virtual-list-holder"
563-
style="max-height: 200px; overflow-y: auto;"
563+
style="max-height: 200px; overflow-y: hidden;"
564564
>
565565
<div>
566566
<div

tests/__snapshots__/Tags.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ exports[`Select.Tags OptGroup renders correctly 1`] = `
111111
>
112112
<div
113113
class="rc-virtual-list-holder"
114-
style="max-height: 200px; overflow-y: auto;"
114+
style="max-height: 200px; overflow-y: hidden;"
115115
>
116116
<div>
117117
<div

0 commit comments

Comments
 (0)