We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When component rerenders the RIEInput is deselected and all changes is lost. I've made a minimal demo of the bug here:
https://github.com/r0stig/riek-blur-bug
Follow the instructions in the README to recreate the bug.
I suspect the problem lies in https://github.com/kaivi/riek/blob/master/src/RIEBase.js#L67 where in this case we should not reset the state. But I'm not sure how to fix this without creating bugs in some other case.
Any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When component rerenders the RIEInput is deselected and all changes is lost. I've made a minimal demo of the bug here:
https://github.com/r0stig/riek-blur-bug
Follow the instructions in the README to recreate the bug.
I suspect the problem lies in https://github.com/kaivi/riek/blob/master/src/RIEBase.js#L67 where in this case we should not reset the state. But I'm not sure how to fix this without creating bugs in some other case.
Any ideas?
The text was updated successfully, but these errors were encountered: