You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling with a problem that when there is f.e. a thousands separator present in the format type or I want to add some digits in the decimal part of the value, the caret suddenly changes its position to the right-most place. Our team decided to use your library in our project, however our customer is irritated with that behavior of caret. Please consider fixing that bug.
Thanks in advance
Piotr
The text was updated successfully, but these errors were encountered:
Having the same issue. On typing from 0,00 starting left to over 1000 sets a thousand separator. But while adding the separator the caret position changes to the end of the input.
This happens:
Start value: 0,00
Start typing: |0,00
On hundered: 100|,00
But at thousand: 1.000,00|
I'm struggling with a problem that when there is f.e. a thousands separator present in the format type or I want to add some digits in the decimal part of the value, the caret suddenly changes its position to the right-most place. Our team decided to use your library in our project, however our customer is irritated with that behavior of caret. Please consider fixing that bug.
Thanks in advance
Piotr
The text was updated successfully, but these errors were encountered: