kgashok / elmBox

Using Elm to access Dropbox
2 stars 0 forks source link

Set focus back on the Update text input #12

Closed kgashok closed 7 years ago

kgashok commented 7 years ago

After a Http request completes, I want the cursor to go back to the text input box. Is there an equivalent of the JQuery $("#query").focus()?

kgashok commented 7 years ago

One mechanism has been implemented. Using Dom.focus. But need to explore alternative - https://github.com/evancz/elm-todomvc

kgashok commented 7 years ago

And maybe the alternative will fix the iPhone issue.