Is there a way to design open droplist

+3 votes
asked Feb 10, 2016 in To be sorted by magneval (120 points)
Hello,

I think it could be intresting to find a way to deign drop list in open state , like for menu.

Best regards

2 Answers

0 votes
answered Jun 3, 2021 by anonymous
edited Jun 3, 2021
@startsalt
{+
{* File | Edit | Source | Refactor }
{/ General | Fullscreen | Behavior | Saving }
{
{ Open image in: | ^Smart Mode^^Normal Mode^ }
[X] Smooth images when zoomed
[X] Confirm image deletion
[ ] Show hidden images
}
[Close]
}
@endsalt
0 votes
answered Jun 8, 2021 by Brian
salt

{

Fruit: |^ Select ^ Select ^ Orange ^ Apple ^

}

Haven't found a way to change the grey background of the dropdown though.

commented Jun 8, 2021 by The-Lu (63,920 points)

Hello B.,

As you want, you can change color, for each item separately, with using creole as:

@startuml
salt
{
Fruit: |^ Select ^ Select ^ <back:orange>Orange       ^ Apple ^
}
@enduml

If that can help,
Regards,
Th.

...