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
Describe the bug
The cursor position is supposed to be always at the end while we increment or decrement whether through typing, pressing the buttons or pressing the arrow key up and down.
It is for all the cases except when we press arrow key up, it resets to the beginning and then to the end in a split second which looks kind of glitchy.
To Reproduce
Go to any KtFieldNumber
Focus on the field
Press arrow key up for the value and compare it with when you press arrow key down in terms of the cursor position behavior
Expected behavior
Cursor position doesn't move to the beginning and stays at the end or always goes to the end
The text was updated successfully, but these errors were encountered:
Describe the bug
The cursor position is supposed to be always at the end while we increment or decrement whether through typing, pressing the buttons or pressing the arrow key up and down.
It is for all the cases except when we press arrow key up, it resets to the beginning and then to the end in a split second which looks kind of glitchy.
To Reproduce
Expected behavior
Cursor position doesn't move to the beginning and stays at the end or always goes to the end
The text was updated successfully, but these errors were encountered: