Hi! First off, thank you for making this -- I've been looking for this kind of example project for a while! This will be a really helpful reference.
Wanted to report a small bug: after focusing on a todo item, the strikethrough formatting doesn't update when toggling between "done" and "not-done" states. I think the simplest fix would be to set the SelectedItem to null after saving:
Hi! First off, thank you for making this -- I've been looking for this kind of example project for a while! This will be a really helpful reference.
Wanted to report a small bug: after focusing on a todo item, the strikethrough formatting doesn't update when toggling between "done" and "not-done" states. I think the simplest fix would be to set the
SelectedItem
tonull
after saving:https://github.com/jasontaylordev/CleanArchitectureBlazor/compare/main...erinnmclaughlin:CleanArchitectureBlazor:main
I could make a PR if you'd like?