Commit 9c6e8e1c authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #2448 from xujiongbo/dev

InputNumber: prevent cursor from moving to head when pressing up on c…
parents 86288b42 b70bcc05
......@@ -22,8 +22,8 @@
</span>
<el-input
:value="currentValue"
@keydown.up.native="increase"
@keydown.down.native="decrease"
@keydown.up.native.prevent="increase"
@keydown.down.native.prevent="decrease"
@blur="handleBlur"
@input="handleInput"
:disabled="disabled"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment