Skip to content

Instantly share code, notes, and snippets.

@madasebrof
madasebrof / Main.elm
Created July 10, 2017 09:37
Reactive 'select' in Elm 0.18
module Main exposing (..)
import Html exposing (..)
import Html.Attributes exposing (id, value)
import Json.Decode as Json exposing (Decoder, string, at)
import Html.Events exposing (on)
main =
beginnerProgram