-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
While typing on a field, cursor jump to the end preventing any natural typing in the middle of a string, these issues might be related:
- https://stackoverflow.com/questions/44307014/redux-form-cursor-jumping-to-the-end-of-the-input-field
- Connected text input cursor position reset on input reduxjs/react-redux#525 (comment)
- [v6] fields losing focus after first onChange redux-form/redux-form#1094
- Input field caret position always resets to the end of the input moroshko/react-autosuggest#403
- Input cursor/caret jumps to the end when component is stateful redux-form/redux-form#3253
- Caret position goes to the end when clicked and typed in the middle or start redux-form/redux-form#2049
Here are the two fiddles took from this comment:
- react-redux@5.0.5 (bug shows) - https://jsfiddle.net/hqoohq4b/
- react-redux@5.0.0-rc.1 (works) - https://jsfiddle.net/hqoohq4b/1/
There are differents version than the one we use react-redux@5.0.7, downgrading to 5.0.0-rc.1 does not help at all.
It also seems to happen on certain react and redux-form version. =/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working