-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 移动端日期范围minDate~maxDate按年加载 #11340
Closed
lqPrototype
wants to merge
22
commits into
baidu:master
from
lqPrototype:feat-dateRangeMobileLazyYear
Closed
feat: 移动端日期范围minDate~maxDate按年加载 #11340
lqPrototype
wants to merge
22
commits into
baidu:master
from
lqPrototype:feat-dateRangeMobileLazyYear
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: 修复form flex模式下,往第一个元素上面拖拽添加异常问题 * fix
* fix: 修复textOverflow属性已知bug,调整链式下拉静态样式 * feat: 步骤条更改为新版配置面板 * feat: 列表选取新增选项可删除图标控制,配置面板调整 * feat: 修改部分变量名 * fix: 修改变量名 * fix: 更新picker的jest快照
👍 Thanks for this! Please review the labels and make any necessary changes. |
lqPrototype
force-pushed
the
feat-dateRangeMobileLazyYear
branch
2 times, most recently
from
December 9, 2024 04:13
e610f88
to
bd8735f
Compare
lqPrototype
force-pushed
the
feat-dateRangeMobileLazyYear
branch
from
December 11, 2024 01:48
bd8735f
to
016cff7
Compare
麻烦看下为什么测试Action 过不了呢?我在本地都可以过。 @2betop |
感觉这个是不是可以直接是这个模式?不需要用户去额外配置? |
lqPrototype
force-pushed
the
feat-dateRangeMobileLazyYear
branch
from
December 13, 2024 08:23
d29abc9
to
879b9ee
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
在移动端,
input-date-range
以及input-datetime-range
默认是加载今年明年和前年的月份数据,如果要选择其他年份,只能需要通过设置minDate
和maxDate
间距, 由于年份间距乘以每年 12 月,数据量大,PopUp
无法打开,导致卡顿, 内部ref=this.mobileBody onScroll
滚动不流畅。