Default entries in multifield with different default values | Community
Skip to main content
New Participant
September 16, 2020
Solved

Default entries in multifield with different default values

  • September 16, 2020
  • 2 replies
  • 1787 views

Hi,

 

I have a requirement where i need to show 3 default entries in the multifield with 3 different values.

 

I have used the field.addItem(); field.doLayout(); to get the default entries using listeners. However, iam not getting how to add content to these 3 default entries.

Can someone please help me.

 

Thanks,

Maheswari

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 Anudeep_Garnepudi

Hi @maheswariv26797 

You need to write a custom listener and based on multifield item count set the different values to the specific field with in multifield.

AG

2 replies

Anudeep_Garnepudi
Anudeep_GarnepudiAccepted solution
New Participant
October 30, 2020

Hi @maheswariv26797 

You need to write a custom listener and based on multifield item count set the different values to the specific field with in multifield.

AG

arunpatidar
New Participant
September 16, 2020

I think, you should you cq:template to create item0, item1 and item3 nodes with default values so that as soon as multifield component added three fields created automatically with three different values.

Arun Patidar
New Participant
September 16, 2020

Thanks for your response. However, I want this to be done in classic UI. Can you please tell how to achieve in classic ui