Date-picker not retaining values in multi-field in AEM 6.4 | Community
Skip to main content
New Participant
June 21, 2018
Solved

Date-picker not retaining values in multi-field in AEM 6.4

  • June 21, 2018
  • 15 replies
  • 5554 views

I am using date-picker within a multi-field but when i am saving value in this date-picker and opening the dialog again, I am not able to retain the date-picker value. I have tried this in AEM 6.4

If anyone has faced similar issue, Please let me know what is required to make it work.

Regards,

Priya

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,

Please check below:

aem63app-repo/datepicker-multi at master · arunpatidar02/aem63app-repo · GitHub

Thanks

Arun

15 replies

New Participant
June 22, 2018

Hi Arun,

I tried adding composite=true property but that also didn't work for me. Could you please share the dialog xml that you have created for this? Need to check if i'm missing something here.

Regards,

Priya

smacdonald2008
New Participant
June 21, 2018

See this video i put together for you - it works:

Here is the article which is referenced in the video -- Building Experience Manager Components using Granite/Coral Resource Types

arunpatidar
New Participant
June 21, 2018

Hi,

I tried date picker with Multifield worked for me.

Can you add composite=true(Boolean) in mutiflield node and then check.

Thanks

Arun

Arun Patidar
New Participant
June 21, 2018

Yes I am using coral 3 components. Please find below the dialog xml.

arunpatidar
New Participant
June 21, 2018

Hi,

Are you using Coral3 components(below)? If yes can you please post your dialog xml here?

/libs/granite/ui/components/coral/foundation/form/datepicker

Arun Patidar