Taras Yaremkiv
Taras Yaremkiv

Reputation: 3600

React/Redux, how to get user's input?

I've got stuck at doing a test assignment. Something I really don't get is how to retrieve user input.
Yes I've seen similar question but the didn't helped me. Here's a part of components code that contains input
/ Link to the actual code on the gist.github.com /

enter image description here

...

enter image description here

Upvotes: 0

Views: 70

Answers (1)

Mμ.
Mμ.

Reputation: 8542

I believe it should be evt.target.value instead.

Upvotes: 1

Related Questions