Cursor moves to the end when editing the date/time value.
nanandn opened this issue · 0 comments
nanandn commented
I'm Submitting a ...
[ x] Bug report
[ ] Feature request
[ ] Support request
Steps to Reproduce
An example source code - https://codesandbox.io/s/react-datetime-bug-1r8ihy?file=/src/App.js
Expected Results
The cursor stays in place when editing.
Actual Results
The cursor moves to the end.
Minimal Reproduction of the Problem
The steps to reproduce is shown in the attached video. In the video notice how the cursor moves to the end of the text field once editing starts. This happens when the "value" and "timeFormat" props are provided.