This app is great, but having to click on the search box is quite annoying. This PR adds the autofocus property to fix this.
Thanks for the PR! Could you update it to use autofocus instead of autofocus="autofocus"? According to MDN it should be fine without the key.
autofocus
autofocus="autofocus"
rebased onto 4758639675ed544f0ee9066559d3045606ceaf86
Done
rebased onto c55b2f23ca1d8d1cf1abbe507bb15a92ce8297ce
Pull-Request has been merged by mymindstorm
This app is great, but having to click on the search box is quite annoying. This PR adds the autofocus property to fix this.