mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
fix:解决按钮组针对统一按钮主题btnLevel & disabled 属性设置不生效的问题 (#4660)
Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“>
This commit is contained in:
parent
6f37dc44ac
commit
260230117e
@ -133,6 +133,8 @@ export default class ButtonGroupControl extends React.Component<
|
|||||||
size: size,
|
size: size,
|
||||||
block: block,
|
block: block,
|
||||||
activeLevel: btnActiveLevel,
|
activeLevel: btnActiveLevel,
|
||||||
|
level: btnLevel,
|
||||||
|
disabled,
|
||||||
...button
|
...button
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user