Skip to content

Instantly share code, notes, and snippets.

@jweir
Created August 9, 2016 21:26
Show Gist options
  • Save jweir/60772393a6cdeaab290ff9526b27901f to your computer and use it in GitHub Desktop.
Save jweir/60772393a6cdeaab290ff9526b27901f to your computer and use it in GitHub Desktop.
Elm Select
select [onchange ??] [
option [value FILTER_A] [text "Filter a"]
, option [value FILTER_B] [text "Filter b"]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment