DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust
486 stars 64 forks source link

fix: Disable editing when task is completed in todomvc example #33

Closed marc2332 closed 1 year ago

marc2332 commented 1 year ago

Closes https://github.com/DioxusLabs/example-projects/issues/13

You won't be able to edit a completed task now

image