Automatic open list items in Dropdown without click event on dropdown

In my Dropdown

<RadzenDropDown @bind-Value=selected TValue="string" Data=@strings  />

@korchev , How can I achieve that

Hi @Mengly_Pun,

This is not possible. The user has to either click the dropdown or focus it and press alt+down.

Yes, thank you @korchev