djhi / my-nutrition

A Meteor application using Webpack, React and Redux for nutritionists who coach people.
MIT License
80 stars 25 forks source link

change getValue() to value for input field #5

Closed kevohagan closed 8 years ago

djhi commented 8 years ago

Can you explain ?

kevohagan commented 8 years ago

yeah sorry. in the mealtime component, getting the value of the input field for time does not work with getValue(). rather with this.refs.time.value;

djhi commented 8 years ago

Ok, should I close this then ?

djhi commented 8 years ago

Misread your explanation... I'll check more carefully asap. Thanks

kevohagan commented 8 years ago

This is a pull request :), do whatever you please with it ;)