yewstack / yew-wasm-pack-template

A template for starting a Yew project to be used with wasm-pack
https://todomvc.yew.rs/
Apache License 2.0
118 stars 41 forks source link

Edit action on form is not working - Has PR #38

Open KarlHeitmann opened 2 years ago

KarlHeitmann commented 2 years ago

When you double click an item of the TODO list in order to edit it. The view_entry turns into a view_entry_edit_input and allows you to edit it's value. But it is not working. Only the last char you type on your keyboard gets changed in the text of the TODO item.

KarlHeitmann commented 2 years ago

A PR with a solution is proposed here: https://github.com/yewstack/yew-wasm-pack-template/pull/39