提交 edf4dc83 编写于 作者: O oasis-cloud

fix: radio 组件禁用状态可操作问题修复

上级 c0c061f2
......@@ -101,6 +101,7 @@ export const Radio: FunctionComponent<
)
}
const handleClick: MouseEventHandler<HTMLDivElement> = (e) => {
if (disabledStatement) return
setCheckedStatement(!checkedStatement)
props.onChange && props.onChange(e)
context && context.onChange(valueStatement)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册