-
Notifications
You must be signed in to change notification settings - Fork 71
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
radio 在Form中使用初始值不管用 也无法操作选中其他值 #317
Comments
/**
import React, { Component } from 'react' class Demo2 extends Component{ onSubmit = () => {
render() {
} export default Form.createForm()(Demo2); 你按这种写法试一下,我这边没问题 |
|
环境及版本信息
tinper-bee
版本号:react
的版本号:描述这个问题:
代码
在Form里使用
<Radio.RadioGroup
{
...getFieldProps('vnote', {
initialValue: '1',
}
) }
>
是
否
</Radio.RadioGroup>
报错信息
页面上没有否没有被选中 也不能选中是选项
当前的行为:效果(可截图说明)及动作描述
期望的行为:
The text was updated successfully, but these errors were encountered: