-
Notifications
You must be signed in to change notification settings - Fork 252
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
Comment form should not be cleared on upvote #807
Labels
Comments
bonustrack
added
severity: 4 (inconvenient)
bug
and removed
severity: 4 (inconvenient)
labels
Oct 16, 2017
SimpliciTea
added a commit
to SimpliciTea/busy
that referenced
this issue
Oct 22, 2017
Proposed fix -- -- move this.setState({ inputValue: '' }) from componentWillReceiveProps to onSubmit method I believe that this creates the intended behavior
I started looking at this issue. Thanks |
karthik-awebon
added a commit
to karthik-awebon/busy
that referenced
this issue
Nov 13, 2017
karthik-awebon
added a commit
to karthik-awebon/busy
that referenced
this issue
Nov 14, 2017
karthik-awebon
added a commit
to karthik-awebon/busy
that referenced
this issue
Nov 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The content in the comment form should stay untouched after upvoting the post.
Actual behavior
Comment form is cleared after upvoting the post.
How to reproduce
The text was updated successfully, but these errors were encountered: