Simple select with dropdown

Hi! I want to use select without autocomplete, a simple drop-down list, in a framework style.
How to do this?

like https://codepen.io/sverrirs/pen/dXJLRa

This is just a native <select> element

I mean, native select is not in the framework style. I’m using smart-select with dropdown now, but it’s not the best option…

native select is:

          <div class="input input-dropdown">
            <select>
              <option value="All">All</option>
              <option value="Male">Male</option>
              <option value="Female">Female</option>
            </select>
          </div>

but i need dropdown list with down arrow.
I can do it myself in css, but I thought it may have been

Native select options can’t be styled. So SmartSelect opened in Popover is basically should be what you are looking for

I see, thank you very much for the answer.

I make desktop applications, you have this Aurora theme.