Álvaro Vilanova
Álvaro Vilanova
I have a native binding library, and I want to test it end-to-end (including elm and js integration). Right now, I'm using this helper as a workaround. It's unsafe and...
Select module is only available is `v9` branch. You can use [elm-github-install](https://github.com/gdotdesign/elm-github-install) if you want to try that version.
The select module has other dependencies. I think that your best option here is just using [elm-github-install](https://github.com/gdotdesign/elm-github-install). Add this to your `elm-package.json` file, and then run `elm-github-install`: ``` "dependency-sources": {...
I found myself in a similar situation, but in our case the map is a schema, as it's being used in different places. I thought I could use something like:...
Similar problem here. In my case, children elements don't receive mouse events (enter, leave, over, out). Using an `el` container solves the issue.