mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +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 (
|
if (
|
||||||
syncDefaultValue === false ||
|
syncDefaultValue === false ||
|
||||||
this.subFormDefaultValues.length !== this.subForms.length
|
this.subFormDefaultValues.length !== this.subForms.filter(item => item !== undefined).length
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user