Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Required fields doesn't work in multifield in multifield?

Avatar

Level 4

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.

Component_multifield.PNG

And the form for the user config content as below:

Wrong:

Wrong.PNG

Right:

Right.PNG

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.

edit_wrong.PNG

Please help me,

Why AEM is wrong?

How to fix it?

Thank you so much,

BienHV

6 Replies

Avatar

Level 4

Hi ka786,

I am using granite/ui/components/foundation/form/multifield

Please help me,

Thank you so much,

Avatar

Community Advisor

Could you pls try sling:resourceType="granite/ui/components/coral/foundation/form/multifield

Avatar

Level 4

I know granite/ui/components/coral/foundation/form/multifield

However, the pathbrowse didn't work with coral/foundation/form/multifield

Avatar

Community Advisor

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.

Avatar

Level 4

Hi ka786,

Could you help me  update the logic in multifield to fix this bug?

Thanks you so much,

BienHV