How to create a dropdown in a compoent | Community
Skip to main content
New Participant
September 12, 2022
Solved

How to create a dropdown in a compoent

  • September 12, 2022
  • 1 reply
  • 778 views

I need suggestions on how to add a dropdown to a component that will display childpages I when the mention the parent page and child depth

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

HI,

You need to add multifield items in the dialog.

On dropdown select event, add/remove multifield items using javascript

https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/Coral.Multifield.html 

1 reply

arunpatidar
New Participant
September 12, 2022
Sanjana12Author
New Participant
September 12, 2022

Hi, how to include a multifield within a dropdown, so that when I select a particular dropdown, it will render that multifield?

arunpatidar
arunpatidarAccepted solution
New Participant
September 12, 2022

HI,

You need to add multifield items in the dialog.

On dropdown select event, add/remove multifield items using javascript

https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/Coral.Multifield.html 

Arun Patidar