I've been modifying the Meteor1.3+React Todos app to get the basics down and it's been going well so far. However, i'd like to add another text field so that the user can submit a description of an item (the first field that comes with the Todos app) as well as the cost of that item. I've been trying to add the second input field and copy over the values/pass them through to the tasks.js api but I can't seem to get it to work. I'm aware that this is aesthetically unsettling (hitting enter to input two text fields into a collection) and it may be impossible/is most likely not the correct way to do something like this.I've been modifying the Meteor1.3+React Todos a