We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
明确了 Form.Item 是否要劫持第一层组件的 value 和 onChange,不需要写额外多一个无意义的 <div>
Form.Item
value
onChange
<div>
现在 FAQ 里面的前两点,看上去都是同一个问题
当 FormItem 不存在 name 属性的时候,不进行劫持,因为此时没有对应的 form keyName 可用于收集。 当 FormItem 存在 name 属性的时候,才自动劫持第一层的 value,维持当前逻辑。
The text was updated successfully, but these errors were encountered:
👋 @libo1106,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
这个功能解决了什么问题
明确了
Form.Item
是否要劫持第一层组件的value
和onChange
,不需要写额外多一个无意义的<div>
现在 FAQ 里面的前两点,看上去都是同一个问题
你建议的方案是什么
当 FormItem 不存在 name 属性的时候,不进行劫持,因为此时没有对应的 form keyName 可用于收集。
当 FormItem 存在 name 属性的时候,才自动劫持第一层的 value,维持当前逻辑。
The text was updated successfully, but these errors were encountered: