Created
February 23, 2018 21:37
-
-
Save tabula-rasa/df2616d71c4617a763793d4a5810230a to your computer and use it in GitHub Desktop.
Mithril JS input focus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m('input', { oncreate: (el) => { el.dom.focus() }}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment