DioxusLabs/example-projects

Todo app: marking item as done toggles editing

rMazeiks opened this issue · 1 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)