I have created nested multifield dialog. And I want to allow only 5 fields for outer multifield and only 3 fields for inner multifield . I have googled it but I got results for multifield not for nested . Can anyone help me with this ??
If you try adding validation=multifield-max-5 to the parent field and validation=child1-multifield-max-3 in the dialog and validate accordingly in the js Does that have any issue?
We may have to update the js file according to the multifield dialog structure and then validate?
If you try adding validation=multifield-max-5 to the parent field and validation=child1-multifield-max-3 in the dialog and validate accordingly in the js Does that have any issue?
We may have to update the js file according to the multifield dialog structure and then validate?