-
Notifications
You must be signed in to change notification settings - Fork 216
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
When editing a formatted number the cursor moves to the end #439
Comments
It's not an issue with this library.
It's not an issue with this library. |
I understand it isn't an issue of this library, but is there any character I could add that could be not formatted away by the library? If I am getting "+346|66" from a user, I would think that I could set some marker in Would that be possible? The unicode character could be a madeup one that is made available as a export |
Exactly.
I guess not.
Dunno: didn't read the rest. |
Thank you for your quick reply. But maybe we could've avoided that last sentence. So not even worth it to try to suggest a PR? |
So not even worth it to try to suggest a PR?
Correct
…On Fri, 5 Jul 2024 at 23:49, Alex Recuenco ***@***.***> wrote:
Thank you for your quick reply.
But maybe we could've avoided that last sentence.
So not even worth it to try to suggest a PR?
—
Reply to this email directly, view it on GitHub
<#439 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADUP3YD4HXG4TTR4JPS5MLZK4BHHAVCNFSM6AAAAABKNIXDASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJRGM4TQMZQGE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I use react, at first there was a problem associated with the fact that the brackets in the formatted number was not erased, it was solved and it was followed by the next problem - when you change the formatted number the cursor always moves to the end. Attempts to save the caret position and return it after changing the state were unsuccessful. Can you please tell me how to solve this problem?
Providing the implementation code for my component
The text was updated successfully, but these errors were encountered: