Describe the bug
When user start typing from right to left, it is duplicating the value and also autfocus is not working as expected
To Reproduce
Steps to reproduce the behavior:
Instead of going from left to right. I tried going from right to left.
suppose i have 6 input fields and i directly typed in 6th field. it is duplicating the value in first too.
Describe the bug When user start typing from right to left, it is duplicating the value and also autfocus is not working as expected
To Reproduce Steps to reproduce the behavior:
Instead of going from left to right. I tried going from right to left. suppose i have 6 input fields and i directly typed in 6th field. it is duplicating the value in first too.
for 5th it is duplicating the value in 2nd.
Expected behavior should not duplicate values