Happy to announce that menu variants are now available in elm-select.
In numerous projects, I often end up creating special menu components so that when a user performs some sort of action, I can render list of stuff they can choose something from. It’s usually not very accessible or robust.
Looking at an elm-select single select variant, I can see that it solves pretty much my entire problem, other than the control of course, which is how you interact with the menu. If I can just pluck out the menu!
The solution of course was to create menu variant which I can render as a drop down menu! Internally it is using all the parts and pieces of the other custom variants, just composed to work as a menu.
Hope this helps you in your project!