Required fields doesn't work in multifield in multifield? | Community
Skip to main content
bhoang
Level 4
October 8, 2019

Required fields doesn't work in multifield in multifield?

  • October 8, 2019
  • 6 replies
  • 5529 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

6 replies

Ankur_Khare
Community Advisor
Community Advisor
October 9, 2019

Hi,

Which multifield code are you using ?

Seems there was a issue with mandatory fields-

Mandatory field is not working properly in multifieldpanel in Touch UI · Issue #662 · Adobe-Consulting-Services/acs-aem-…

bhoang
bhoangAuthor
Level 4
October 9, 2019

Hi ka786,

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

Please help me,

Thank you so much,

Ankur_Khare
Community Advisor
Community Advisor
October 9, 2019

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

bhoang
bhoangAuthor
Level 4
October 9, 2019

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

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

Ankur_Khare
Community Advisor
Community Advisor
October 9, 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
bhoangAuthor
Level 4
December 4, 2019

Hi ka786,

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

Thanks you so much,

BienHV