krisajenkins / elm-exts / Exts.Html.Events

Extensions to the Html.Events library.

onEnter : msg -> Html.Attribute msg

Send a message when the user hits enter.

onSelect : (Maybe String -> msg) -> Html.Attribute msg

An event handler for <select> tags. Set the child <option> tag's value to "" to get a Nothing.