dropdown open in plantuml

0

At the moment I have this diagram

I generated it with the following code

@startsalt
{#
  Login    | ^ Seleccione el usuario ^
  Password | "****     "
  [Cancel] | [  OK   ]
}
@endsalt

How can I put the dropdown open?

I already tried putting line breaks, tables within the dropdown, etc. but I do not get the desired result. Thanks in advance.

    
asked by Ruslan López 17.08.2018 в 22:31
source

1 answer

1

Translated by Google translate: I regret not speaking Spanish (I used Google to translate your question) since I could understand the question in part (the question in English about Stack Overflow would have been better for me).

What if:

@startsalt
{
  Login | ^ Seleccione el usuario ^ name1 ^ name2 ^
  Password | "****     "
  [Cancel] | [  OK   ]
}
@endsalt

    
answered by 18.08.2018 / 18:37
source