dwyl / phoenix-liveview-todo-list-tutorial

✅ Beginners tutorial building a Realtime Todo List in Phoenix 1.6.10 + LiveView 0.17.10 ⚡️ Feedback very welcome!
https://liveview-todo.herokuapp.com/
69 stars 11 forks source link

Put focus in input when editing an item #39

Closed SimonLab closed 2 years ago

SimonLab commented 2 years ago

Clicking on an item display a text input (see #38 and #36 ) however this input is not focused and we have to click again to be able to type the new content.

SimonLab commented 2 years ago

40 merged