-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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/harmony form #10640
Feat/harmony form #10640
Conversation
提供一下测试用例 |
已提供 |
@@ -11,6 +11,7 @@ export default createOption({ | |||
id: String, | |||
value: String, | |||
type: String, | |||
name: String, |
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.
需要为其余表单组件也补上 name 属性
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.
只有input 才支持 name属性,其余没有这个属性
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.
radio、checkbox 加一下,其余的表单组件我和鸿蒙侧对一下
这个 PR 做了什么? (简要描述所做更改)
鸿蒙兼容Form组件
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台:
测试代码: