Skip to content
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(cascader): 新增默认选项标签,可以自定义定制级联组件中“选择选项”文案 #1133

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

yiqia
Copy link
Contributor

@yiqia yiqia commented Oct 20, 2023

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

fix #1130

💡 需求背景和解决方案

给cascader组件新增一个 placeholder 参数,并且修改对应文档,以及添加测试用例。

📝 更新日志

  • feat(Cascader): 新增 placeholder 属性,支持自定义未选中时的提示文案
  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2023

完成

src/cascader/type.ts Outdated Show resolved Hide resolved
src/cascader/cascader.md Outdated Show resolved Hide resolved
@yiqia yiqia force-pushed the feature/feat-cascader-label branch from 70e16f0 to 838ff97 Compare October 23, 2023 10:45
@anlyyao anlyyao merged commit 8ba5adf into Tencent:develop Oct 24, 2023
5 checks passed
@github-actions github-actions bot mentioned this pull request Oct 26, 2023
Sign up for free to 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] 可以自定义定制级联组件中“选择选项”文案
2 participants