dillonkearns/elm-form Library

41 Views Asked by At

I started using the dillonkearns/elm-form library in elm. It works well. Is it possible to create a dropdown where you can select multiple options using this library?

Thanks.

I tried modifying the Field.select option, but couldn't find a way to ensure the dropdown could select multiple options via checkboxes.

1

There are 1 best solutions below

0
bdukes On

It doesn't appear to me that this is supported. I created an Ellie demonstrating this scenario, and only one value is getting sent to the internal model. It doesn't appear that it's able to manage multiple values in the current setup.