Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
Felix Rieseberg 2712bb6828 Autofocus on input fields after routing
closes #3538, closes #3541
- The “autofocus” property isn’t considered by browsers if the element
is created after the page has been loaded. The Ember cookbook
recommends extending the input type with a manually triggered
autofocus, which I included here.
- This introduces the new helper “gh-focus-input”, an input field
gaining focus even when routing occurs.
2014-08-03 09:16:13 -07:00
ghost/admin Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00