When treeData is initially an empty array (e.g. before async data arrives), updateTreeValue() would clear the modelValue because no matching items could be found in the empty flattened data. This caused default values to be lost. Only call updateTreeValue() when flattenData has items, so that modelValue is preserved until the actual tree data arrives. Fixes #6522 |
||
|---|---|---|
| .. | ||
| @core | ||
| constants | ||
| effects | ||
| icons | ||
| locales | ||
| preferences | ||
| stores | ||
| styles | ||
| types | ||
| utils | ||