-
-
Notifications
You must be signed in to change notification settings - Fork 208
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: ✨ 添加input props.type可选类型 #983
feat: ✨ 添加input props.type可选类型 #983
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Walkthrough该 PR 对输入组件的文档和类型定义进行了更新。在文档部分,调整了标题格式、增加了换行以增强代码可读性,对属性表格进行了重构,扩展了 Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (6)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Walkthrough此PR为 Changes
|
@@ -4,7 +4,7 @@ import type { FormItemRule } from '../wd-form/types' | |||
|
|||
export type InputClearTrigger = 'focus' | 'always' | |||
|
|||
export type InputType = 'text' | 'number' | 'digit' | 'idcard' | |||
export type InputType = 'text' | 'number' | 'digit' | 'idcard' | 'safe-password' | 'nickname' | 'tel' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding new input types like safe-password
, nickname
, and tel
is a significant change. Ensure that these new types are supported across all intended platforms and that they do not introduce any unexpected behavior.
✅ Deploy Preview for wot-design-uni ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
🤔 这个 PR 的性质是?(至少选择一个)
🔗 相关 Issue
close #981
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit