Having trouble with Select/Dropdown in Phoenix Live View

Hello all,

I’m building a pet project with Elixir and LiveView to be used mainly by mobile devices, and I’m finding some issues trying to use basic components such as .<input type="select" />

So, basically I have a modal where I want to display an input of type select (like this one but when I try to use the input from the CoreComponents, the options are not positioned below the input, I think because it uses the default browser’s behavior.

I’m not sure I need to use third-party UI frameworks to do this. Do I?

Thanks in advance for the help

Can you show the template code? The image you’ve attached of what you’re after looks like a custom dropdown, not a select element. I would expect the browser to handle a native select pretty well, as long as your HTML is kosher.