Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to make coral 3 UI select box to open downward in cqLdialog?

Avatar

Level 3

Hi,

I am using AEM 6.4. I have coral 3 UI select box and when click, it opens upward and does not show all the option. User has to scroll down the dialog box and then click the select box, it opens downward. See the screenshots. when click background color, it opens upward.

How to make select box to open downward always?

 

Thanks

HarpreetScreen Shot 2020-06-10 at 11.34.23 am.pngScreen Shot 2020-06-10 at 11.34.42 am.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @hptarora 

 

The way selection works is that when you open selection, JS works and calculates the visible area you have upwards and downwards and if the area upwards is more, it sets the top style according to the selection dropdown making it open upwards.

 

There is no OOTB option to stop this functionality to work. You can write your own js to overwrite the style set by selection JS or overlay selection JS but I think you should not change it otherwise you will have to handle many other things by yourself.

 

Thanks,

Nupur

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @hptarora 

 

The way selection works is that when you open selection, JS works and calculates the visible area you have upwards and downwards and if the area upwards is more, it sets the top style according to the selection dropdown making it open upwards.

 

There is no OOTB option to stop this functionality to work. You can write your own js to overwrite the style set by selection JS or overlay selection JS but I think you should not change it otherwise you will have to handle many other things by yourself.

 

Thanks,

Nupur