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

A multiselect control built with and for Elm

Results 17 elm-multiselect issues
Sort by recently updated
recently updated
newest added

Bumps [mout](https://github.com/mout/mout) from 1.1.0 to 1.2.3. Changelog Sourced from mout's changelog. mout changelog v1.1.1 (2019/04/18) fixed object/get throwing an exception for null or undefined input objects Commits eae5ccc v1.2.3 3fecf13...

dependencies

The view functions directly access properties on the model and aren't exposed to the outside therefore it's not possible to replace the built-in view partially nor fully.

NOTE: This commit changes the API for `initModel` and therefore not backward compatible. Enable a multiselect component to be [initialized as single-select](https://github.com/inkuzmin/elm-multiselect/issues/44). In this case: - A user is only...

The provided examples were not compiling due to missing arguments to `initModel` and mismatching module names.

Hi, This is such a fantastic library, thank you for all the work you put into it. I'd like to use it in my project. However in certain cases I...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

If you close the input with the escape key and then hit enter, it selects the last item that the mouse was over. If you click away, then hit enter,...

Hi! Just a quick one for a11y. At first I wanted to use ul/li tags, but due to some manual position calculations which you use here, list items didn't indent...