-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input bound value leads to cursor jumping on every keystroke #138
Comments
Note this only happens on Safari. |
Also see whatwg/html#2412 |
See also elm/html#174 |
this relates to /issues/134 and /pull/135 |
Some core team folks reviewed #135, and they tell me it should fix this. Can do a patch soon. |
To avoid confusion in case people hit this old issue: It has been fixed in virtual-dom v.1.0.1 (https://github.com/elm/virtual-dom/releases/tag/1.0.1) released on Sep 13, 2018. This is an Ellie for it: https://ellie-app.com/9d3gvnKDT2ra1 This issue is also mentioned in |
I have a bound input element. So the state property storing the value is bound back to the dom element. On every keystroke this leads to the cursor jumping to the end of the input.
SSCCCE: https://ellie-app.com/3dWX47DKWwPa1
Browser: Safari (macOS & iOS confirmed)
The text was updated successfully, but these errors were encountered: