Skip to content

Instantly share code, notes, and snippets.

@johan-gorter
Created November 1, 2017 09:55
Show Gist options
  • Save johan-gorter/05647b9ee3bbb173b036399563c2d205 to your computer and use it in GitHub Desktop.
Save johan-gorter/05647b9ee3bbb173b036399563c2d205 to your computer and use it in GitHub Desktop.
Change event handlers in maquette
h('input', {
type: 'text', value: yourName,
oninput: (evt) => { yourName = evt.target.value; }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment