shakacode / old-react-on-rails-examples

Various example apps for React on Rails, outdated
1 stars 0 forks source link

Fix logic errors #34

Closed Judahmeek closed 7 years ago

Judahmeek commented 7 years ago

Wow... So many bugs. xD Still not done, but I've got to get some sleep.

Properly working functionality so far:

Still to do: toggleTodo needs to be moved to a separate button, instead of an onClick event. We don't want to be toggling the todoItem every time we select the item in order to edit it.

Also, a button needs to be created for todoItem deletion.