bhoang
bhoang
08-10-2019
Hi All,
I am using multifield in my component for the user config the content. I create multifield in multifield as below and set the required is true.
And the form for the user config content as below:
Wrong:
Right:
When I add field at the first-time, it can not validate the required field. I can click Save button to save the content with null required fields.
After save, I go to edit content of the component. The existing group can validate required field when I add new page.
However, if I add new group and add new page field in new group. It cann't validate the required fields.
Please help me,
Why AEM is wrong?
How to fix it?
Thank you so much,
BienHV
Ankur_Khare
MVP
Ankur_Khare
MVP
09-10-2019
Hi,
Which multifield code are you using ?
Seems there was a issue with mandatory fields-
bhoang
bhoang
09-10-2019
Hi ka786,
I am using granite/ui/components/foundation/form/multifield
Please help me,
Thank you so much,
Ankur_Khare
MVP
Ankur_Khare
MVP
09-10-2019
Could you pls try sling:resourceType
=
"granite/ui/components/coral/foundation/form/multifield
bhoang
bhoang
09-10-2019
I know granite/ui/components/coral/foundation/form/multifield
However, the pathbrowse didn't work with coral/foundation/form/multifield
Ankur_Khare
MVP
Ankur_Khare
MVP
09-10-2019
If we need to use ui multifield then we need to update the logic in multifield js to support this scenario, no other way
Please check multifield js which is getting called and debug the code when you submit the dialog.
bhoang
bhoang
04-12-2019
Hi ka786,
Could you help me update the logic in multifield to fix this bug?
Thanks you so much,
BienHV