この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
表示
返信
いいね!の合計
Hi,
Which multifield code are you using ?
Seems there was a issue with mandatory fields-
表示
返信
いいね!の合計
Hi ka786,
I am using granite/ui/components/foundation/form/multifield
Please help me,
Thank you so much,
表示
返信
いいね!の合計
Could you pls try sling:resourceType
=
"granite/ui/components/coral/foundation/form/multifield
表示
返信
いいね!の合計
I know granite/ui/components/coral/foundation/form/multifield
However, the pathbrowse didn't work with coral/foundation/form/multifield
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
Hi ka786,
Could you help me update the logic in multifield to fix this bug?
Thanks you so much,
BienHV
表示
返信
いいね!の合計