AEM 6.5 - default value setup in select component | Community
Skip to main content
New Participant
January 8, 2020
Solved

AEM 6.5 - default value setup in select component

  • January 8, 2020
  • 2 replies
  • 7209 views

We recently did inplace upgrade from AEM 6.3 to AEM 6.5.

The default value set in a dropdown using select component worked fine for touch UI with following setup but not working in 6.5.

selected="{Boolean}true"

In 6.5,the default value setup is not working there by always displaying the top one in the deopdown. Please advise ASAP.

 

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,

It should work in 6.5, It checked against Coral3/Granite resourceType and working fine

granite/ui/components/coral/foundation/form/select

 

the selected property is not gonna work if component is already authored.

2 replies

arunpatidar
arunpatidarAccepted solution
New Participant
January 8, 2020

Hi,

It should work in 6.5, It checked against Coral3/Granite resourceType and working fine

granite/ui/components/coral/foundation/form/select

 

the selected property is not gonna work if component is already authored.

Arun Patidar
New Participant
December 11, 2023

Hi i have a similar issue. The above property works fine but i had to open the dialog and close it to see the changes getting applied. Any solution for that. 
My requirements are to change the container component dropdown value to be always responsive by default. The above property does that job but does not allow me to resize the contained components. I had to open the container component dialog again and click on ok to apply the changes.

Employee
January 8, 2020

Can you try using Coral3 Select[1] resourcetype and let me know if this is still an issue?

 

[1] https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/coral-ui/coralui3/Coral.Select.html