Exam AD0-E103 All QuestionsBrowse all questions from this exam
Question 83

A developer is working on a dialog for a contact list component. The dialog has the following requirements:

1. The list of contacts must include one or more entries.

2. Contact details must include a full name.

3. Contact details must include an email address

4. Contact details can optionally include a short bio

5. Authors need to be able to rearrange the contacts in the list

Which dialog configuration should the developer use to meet all of these requirements?

A.

B.

C.

D.

    Correct Answer:

    The correct answer is B. Here is why: The requirements state that the list of contacts must include one or more entries, and each contact must have a full name and an email address, with an optional short bio. Furthermore, authors should be able to rearrange the contacts in the list. Configuration B meets all those requirements by setting the multifield configuration correctly, ensuring the 'composite' property is applied to the multifield to enable the grouping of multiple sub-fields as one entry in the list. The mandatory fields (full name and email address) are marked as required, while the optional field (short bio) is not required.

Discussion
heenamadan

Ans is B

lexxxz88

prove link: https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/multifield/index.html

chunpin

Answer: B Reason: Composite property should be with multifield, not with container. Reference link: https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/multifield/index.html