elm-designer icon indicating copy to clipboard operation
elm-designer copied to clipboard

Add select and multi select form inputs

Open ad-si opened this issue 3 years ago • 1 comments

I wanted to build an app and this was literally the first thing I looked for, but it seems to be missing? 😅

ad-si avatar Aug 31 '22 12:08 ad-si

if your are looking for something like <select>, it is missing because intentionally omitted from Elm UI too, see https://discourse.elm-lang.org/t/input-select-not-available-in-elm-ui/2874/5?u=passiomatic . Right now Elm Designer tends to be a 1:1 mapping on Elm UI so it makes sense to follow its API as much as possible.

There's a myriad of alternative picker, dropdown, multi-select widgets for Elm, each one with its own API. So your best bet is to do a little analysis on your requirements and plug it in directly bypassing Elm Designer.

passiomatic avatar Aug 31 '22 13:08 passiomatic

I'm closing this since in Elm UI using select is discouraged.

passiomatic avatar Dec 19 '22 09:12 passiomatic