multi field component adding fields twice when dialog opened
Hi All,
I have used sling:resourceType="granite/ui/components/foundation/form/multifield" to create multifield dialog ( text filed, path browser field).
Issue is: I authored textfield, browser field in the multifield.
When ever I open the dialog, fields are getting added twice ( two text fields, two path browser fields with same data)
If I save it, obviously it creates more nodes in content path.
I do see .infinity.json calls in browser network tab (5 calls.) and no errors in browser console.
Can any one help me?
environment: AEM 6.3.2 , AEM 6.3.3
Thanks,
Sri