Skip to content
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

isTextChange should compare between this.state.text with this.props.text #29

Closed
wants to merge 2 commits into from

Conversation

WarisR
Copy link

@WarisR WarisR commented Nov 22, 2016

When a user's already changed text then we pass text to this class as props, it should be changed to a text that we passed. (even if it's same as previous text)

So isTextChange should compare between this.state.text with this.props.text.

And also we should able to pass functions onStartEditing and onFinishEditing as props to be
called when a user starts and finishes editing.
That makes we can do something, when we click away from the text area. (issue #28)

… props, it should be changed to a text that we passed. (even if it's same as previous text)

So isTextChange should compare between this.state.text with this.props.text.
… called when a user starts and finishes editing.
@WarisR WarisR closed this Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant