Skip to content

fix(cascader): cascader not go top - #440

Open
liangkuku wants to merge 1 commit into
react-component:masterfrom
liangkuku:fix-not-scroll-to-top
Open

fix(cascader): cascader not go top#440
liangkuku wants to merge 1 commit into
react-component:masterfrom
liangkuku:fix-not-scroll-to-top

Conversation

@liangkuku

Copy link
Copy Markdown
Contributor

In certain cases, if the user switches the option of the cascader component, the page should return to the top of the component.This resolvesant-design/ant-design#44382

@vercel

vercelBot commented Oct 28, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

NameStatusPreviewCommentsUpdated (UTC)
cascader❌ Failed (Inspect)Oct 28, 2023 3:58am

@liangkukuliangkuku changed the title fix(cascader): change cascader should go topfix(cascader): cascader not go topOct 28, 2023
@codecov

codecovBot commented Oct 28, 2023

Copy link
Copy Markdown

Codecov Report

Merging #440 (7bb5274) into master (f6dcc70) will decrease coverage by 0.17%.
The diff coverage is 87.50%.

❗ Current head 7bb5274 differs from pull request most recent head fc2d1e1. Consider uploading reports for the commit fc2d1e1 to get more accurate results

@@ Coverage Diff @@## master #440 +/- ##
==========================================
- Coverage 99.66% 99.50% -0.17% 
==========================================
Files 23 23 Lines 603 609 +6 Branches 181 184 +3 ==========================================
+ Hits 601 606 +5 - Misses 2 3 +1 
FilesCoverage Δ
src/OptionList/List.tsx100.00% <100.00%> (ø)
src/utils/commonUtil.ts97.61% <85.71%> (-2.39%)⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@liangkuku

Copy link
Copy Markdown
ContributorAuthor

@zombieJ My unit test all passed,why Vercel is error?Clicking Vercel Details link is 404.
image

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

【cascader】同一省份中选中某个位于底部的某个市,然后切换到另一个省份时,市的一列没有默认回到顶部

1 participant

@liangkuku