Skip to content

Commit

Permalink
Fix autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimix authored Jun 19, 2017
1 parent 13c7eb1 commit ea9f91e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion input.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class exports.Input extends Layer
@input.setAttribute "autocapitalize", options.autoCapitalize
if options.autofocus == true
@input.setAttribute "autofocus", true
@input.setAttribute "autofocus", options.autofocus
@input.setAttribute "spellcheck", options.spellCheck
@form = document.createElement "form"

Expand Down

0 comments on commit ea9f91e

Please sign in to comment.