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
This library is awesome and all, done pretty much most of the heavy lifting I wasted work hours on. But it has a small problem
When reformatting the value, if I add characters to the new value as in:
... format={v => v + 'abcd'}; ...
The cursor would stand where I would normally be without the newly added characters, not at the end of the new string.
https://codesandbox.io/s/istarkovrifm-cursor-index-bug-p9mjr
node: v11.14.0 npm: 6.9.2 rifm: ^0.9.1
The text was updated successfully, but these errors were encountered:
I believe the new append prop solves this :-)
append
Sorry, something went wrong.
No branches or pull requests
This library is awesome and all, done pretty much most of the heavy lifting I wasted work hours on. But it has a small problem
Problem statement
When reformatting the value, if I add characters to the new value as in:
The cursor would stand where I would normally be without the newly added characters, not at the end of the new string.
Problem reproduced
https://codesandbox.io/s/istarkovrifm-cursor-index-bug-p9mjr
Versions
node: v11.14.0
npm: 6.9.2
rifm: ^0.9.1
The text was updated successfully, but these errors were encountered: