-
Notifications
You must be signed in to change notification settings - Fork 136
RhinoBird 修改重置问题 #642
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
Merged
Merged
RhinoBird 修改重置问题 #642
Conversation
This file contains hidden or 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
v_szheshi seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
嵌套路由中可能头部尾部有被占用的空间,弹出 dialog 或者 Overlay 时多算了这些空间。
修改常见问题的依赖引入
ci(workflows): suppress disabled action file to reduce noise
…utter into rhino_bird # Conflicts: # tdesign-component/example/lib/home.dart # tdesign-component/example/pubspec.lock # tdesign-component/pubspec.lock
- 在 TDMultiLinkedPicker 和 TDPicker 中添加 keepSameSelection 参数 - 实现了在重新选择时保留相同选项的功能 - 更新了示例页面,增加了保留下一级选项的演示
- 在 TDCalendar 组件中添加 cellWidget 参数,用于自定义日期单元格组件 - 在 TDCalendarCell 组件中增加对自定义 cell 内容的支持 - 示例页面中添加自定义日期单元格的使用示例
- 在 TdDropdownMenu 组件中添加了 openMenu 和 closeMenu 方法- 将原有的 _openMenu 方法改为异步方法,并添加了返回类型 - 保留了原有的功能和逻辑
`TDDropdownMenu`: 添加打开和关闭菜单的公共方法
…ection `TDPicker`: 支持切换时优先保持级联的选项值
`TDTable`: 表格支持行默认选中
`TDTable`: 表格空数据问题
fix:TDDialog遮挡键盘问题
collapse demo页面名称修改
`TDCalendar`: 支持自定义 cell 的组件
TDDropdownMenu: 嵌套路由场景 弹窗位置计算错误
… into rhino_bird � Conflicts: � tdesign-component/example/lib/home.dart � tdesign-component/example/pubspec.lock � tdesign-component/pubspec.lock
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.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
fix(组件名称): 处理问题或特性描述 ...
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单
组件类名
: 修改描述(示例:TDBottomTabBar
: 修复iconText模式,底部溢出2.5像素)