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
@taroify/core
百度小程序
No response
0.1.0
<Form.Item name="shop_stype" defaultValue={2} label="label" required > // 1.直接引组件,内部无法接收到value和onChange ; // 2.函数式内部可以接收到value和onChange {props => { return <ControlledRadioGroup {...props} />; }} </Form.Item>
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题出在哪个包
@taroify/core
问题出在哪个平台/设备/浏览器
百度小程序
平台/设备/浏览器
No response
你正在使用的 Taroify 版本是多少
0.1.0
描述一下您遇到的问题以及重现步骤
<Form.Item
name="shop_stype"
defaultValue={2}
label="label"
required
>
// 1.直接引组件,内部无法接收到value和onChange
;
// 2.函数式内部可以接收到value和onChange
{props => {
return <ControlledRadioGroup {...props} />;
}}
</Form.Item>
如果可能的话,请包含一个代码框的链接与复制的问题
No response
你知道如何解决这个问题吗
None
您是否愿意参与修复这个问题,并创建一个 PR
None
修复这个问题的解决方案
No response
The text was updated successfully, but these errors were encountered: