mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
combo bug fix (#3658)
Co-authored-by: xiaolong <xiaolong@xiaolongdeMacBook-Pro.local>
This commit is contained in:
parent
2d02b9ccea
commit
bce3e00435
@ -642,7 +642,7 @@ export default class ComboControl extends React.Component<ComboProps> {
|
||||
|
||||
if (
|
||||
syncDefaultValue === false ||
|
||||
this.subFormDefaultValues.length !== this.subForms.length
|
||||
this.subFormDefaultValues.length !== this.subForms.filter(item => item !== undefined).length
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user