We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.11.1
Windows 10 / Google Chrome 75
2.6.10
https://codepen.io/mattheyan/pen/gVxMbM
The value show increase or decrease, and that part of the time should remain selected
The value is increased or decreased, but the text selection disappears and the cursor moves to the end of the input.
The text was updated successfully, but these errors were encountered:
I am able to implement a fix and will submit a PR for your review
Sorry, something went wrong.
Adding this at the end of the scrollDown method fixes the problem.
scrollDown
this.$nextTick(() => this.emitSelectRange(this.currentScrollbar));
nullptru
Successfully merging a pull request may close this issue.
Element UI version
2.11.1
OS/Browsers version
Windows 10 / Google Chrome 75
Vue version
2.6.10
Reproduction Link
https://codepen.io/mattheyan/pen/gVxMbM
Steps to reproduce
What is Expected?
The value show increase or decrease, and that part of the time should remain selected
What is actually happening?
The value is increased or decreased, but the text selection disappears and the cursor moves to the end of the input.
The text was updated successfully, but these errors were encountered: