我试图用Game Boy Developer Kit显示这个图像,当我运行模拟器时我看不到它显示
我使用的代码就是这个
function validateRadio(value) {
if(!value) {
return 'You need to check this value'
}
}
<Field component={renderInput} type="radio" value="radio3" validate={validateRadio} />
我为同一个项目here
创建了一个要点