domonda-react-form: number field caret moves left when appending numbers to the end
Closed this issue · 1 comments
enisdenjo commented
Expected Behaviour
Appending numbers in a number field leaves the caret at the end.
Ex: 1|
-> 12|
where |
is the caret and 2
is the appended number.
Actual Behaviour
Appending numbers in a number field moves the caret to the left.
Ex: 1|
-> 1|2
where |
is the caret and 2
is the appended number.
enisdenjo commented
Fixed in: @domonda/react-form@2.0.0