DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo app: marking item as done toggles editing

rMazeiks opened this issue · comments

Steps to reproduce:

  • Open todo app and create an item
  • Mark the item as done by selecting its checkbox

Result: Item is marked as done, but also activates editing – the content becomes an editable input field, as if it had been clicked.

Expected result: Item is marked as done. Editing does not begin.

can confirm on
Firefox 104.0.1 (64-bit) as well as Chromium 105.0.5195.52 (64-bit)