Skip to content

Instantly share code, notes, and snippets.

View A5308Y's full-sized avatar

Andreas Hellwig A5308Y

  • Bitbirds
  • Leipzig
View GitHub Profile
@A5308Y
A5308Y / onSelect.elm
Last active October 16, 2016 05:04 — forked from chalmagean/onSelect.elm
Elm onSelect decoder
-- Assuming we have a list of items in the model (type alias Model = { items : List Item }
-- where Item is a record like { id : Int, name : String }
-- The following goes in the view and generates an html dropdown.
-- In my example I get:
-- The argument to function `onSelect` is causing a mismatch.
-- Function `onSelect` is expecting the argument to be:
-- Int -> a
-- But it is:
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')