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(Form): 添加内置校验方法whitespace #1110

Merged
merged 1 commit into from
Jun 30, 2022

Conversation

timi137137
Copy link
Contributor

@timi137137 timi137137 commented Jun 29, 2022

🤔 这个 PR 的性质是?

  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 测试用例

🔗 相关 Issue

closed #1098

💡 需求背景和解决方案

📝 更新日志

  • feat(Form): 添加内置校验方法 whitespace

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

⚠️ 请自检并全部勾选全部选项⚠️

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

@github-actions
Copy link
Contributor

完成

@PengYYYYY PengYYYYY merged commit 7af74b9 into Tencent:develop Jun 30, 2022
@timi137137 timi137137 deleted the feature/timi137137-patch-2 branch June 30, 2022 04:48
@github-actions github-actions bot mentioned this pull request Jul 4, 2022
16 tasks
@chaishi
Copy link
Collaborator

chaishi commented Nov 9, 2022

Tencent/tdesign-vue#1754
PR 遗留的 TS 问题

⚠️ 涉及 API 变更特性,请务必使用 tdesign-api 工具,自动生成 props.ts api.md type.ts 等三类文件,否则凭直觉很容易遗漏

在 API 变更确认后,使用以下方法自动自动生成 API

git clone https://github.com/TDesignOteam/tdesign-api
# Vue2
npm run api:docs Form 'Vue(PC)' finalProject,useDefault
#Vue3
npm run api:docs Form 'VueNext(PC)' finalProject

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.

[t-form] form 针对空白的校验处理,比如{required: true,trigger:'blur',whitespace:true}
3 participants