Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callbacks that are supposed to run for an onChange do not run #101

Open
DCtheTall opened this issue Mar 25, 2016 · 1 comment
Open

Callbacks that are supposed to run for an onChange do not run #101

DCtheTall opened this issue Mar 25, 2016 · 1 comment

Comments

@DCtheTall
Copy link

When I run my program in terminal (ex: node program.js 3000 Milk 13:00) in the exercises:

State
CSS2
Event

I direct my browser to localhost:3000, everything is initially rendered fine. However, when I do something like click on the check boxes or the "Add" button in Event, nothing happens to the any of the elements they are supposed to change the state of (i.e. checking the box does not strike through the letters). The check boxes still get a check and the buttons still highlight when you press them, but that is it.

I wrote code that passed the exercises. I even copied and pasted the solutions from the module's repository into my program, ran it again, and got the same result.

When I click on the button, the table does not get updated with the new information. I tried adding a console.log(1) in the functions that are supposed to update the DOM state, and the console does not print anything when I click on the forms. It seems like onChange does not do anything.

@neutraali
Copy link

Can confirm - No onChange -handlers are triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants