-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Editable dropdown caret jumps #1897
Comments
I've also run into this problem, but haven't been able to fix it yet. |
With some tinkering, I've got it to work, but perhaps someone (@cagataycivici?) will be able to clean up my solution without using a nasty setTimeout Update onEditableInputChange()
I'm not quite sure why I need the setTimeout at the moment, I expect I could be able to pass the cursorPosition to the this.onChange, but I havent found where to catch it again. If you want, I could create a pullrequest, but I don't think my solution is good enough. |
Will check for 4.1, thank you. |
@cagataycivici, does not seem to be fixed? |
@koesper That is master branch right? |
Yes, with your commit in it. Can you reproduce? |
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
(seen on primeng showcase) => http://www.primefaces.org/primeng/#/dropdown
Current behavior
Expected behavior
Typing in middle of already entered value keeps cursor in place
The text was updated successfully, but these errors were encountered: