mattborn / chat

Simple chat with Firebase and React
0 stars 3 forks source link

Clear form on submit #23

Closed thedoorkeep closed 8 years ago

thedoorkeep commented 8 years ago

Resolve #8

mattborn commented 8 years ago

Remember to include the word “Resolve” and a reference to the issue # this PR closes in the description above.

thedoorkeep commented 8 years ago

Added a variable for this.refs.text.value, however replacing it on line 16 causes form to again hang on submit. I personally think the code is clean enough as is, but I can see how the variable might help down the road

mattborn commented 8 years ago

@thedoorkeep The last commit you submitted included a bunch of indention changes. Be sure to look at Files changed when you update a pull request to make sure it is exactly as you intended.

Let’s just step back to your initial commit and run with that. We can talk more about this tomorrow.