We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01cf43 commit b603f96Copy full SHA for b603f96
packages/vue-vanilla/src/util/composition.ts
@@ -118,7 +118,7 @@ export const useVanillaArrayControl = <I extends { control: any }>(
118
}
119
const labelValue = Resolve.data(
120
input.control.value.data,
121
- composePaths(`${index}`, childLabelProp)
+ composePaths(`/${index}`, childLabelProp)
122
);
123
if (
124
labelValue === undefined ||
0 commit comments