s-yadav / react-number-format

React component to format numbers in an input or as a text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caret focus in empty place with format value

jerryk1925 opened this issue · comments

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

any update ?

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.

this is fixed on v5.4.0