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
Current localized number field component exhibits certain behavior which makes it editing field values a bit complex
When editing values in-between number, on change value, the cursor position always shifts to last
Upon performing any key combination (ctrl + a) the same behavior is exhibited and text selection is not retained
Note
Works fine which mouse selection though
How to reproduce
Edit a numeric field that is localized and enter values such that thousandSeparator is introduced
Observe the cursor position is shifted to the last instead of retaining it's correct position
Expected Result
Cursor position is retained correctly when editing value in a localized number field
Current Result
Cursor position is shifted incorrectly when editing values in-between number i.e on change value or any keyboard action like (ctrl+a) and text selection is not retained
Description
Current localized number field component exhibits certain behavior which makes it editing field values a bit complex
Note
Works fine which mouse selection though
How to reproduce
Expected Result
Cursor position is retained correctly when editing value in a localized number field
Current Result
Cursor position is shifted incorrectly when editing values in-between number i.e on change value or any keyboard action like (ctrl+a) and text selection is not retained
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information