s-yadav / react-number-format

React component to format numbers in an input or as a text.
MIT License
3.9k stars 410 forks source link

Caret focus in empty place with format value #839

Closed jerryk1925 closed 6 months ago

jerryk1925 commented 7 months ago

Hi. i have problem with caret. When i focus in empty place in input with pattern format value, i can focus in empty place I have video with this problem Запис з 26.04.24 09:28:01.webm

Provide steps to reproduce this issue

example code

Please check the browsers where the issue is seen

  • [ x] Chrome
quocvuong2000 commented 6 months ago

any update ?

s-yadav commented 6 months ago

So there is actually some whitespace, we try to move cursor to non masked area. But looks like after selection if I move through arrow keys, the cursor position is not corrected.

s-yadav commented 6 months ago

this is fixed on v5.4.0