Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
4d10f23a
Commit
4d10f23a
authored
Feb 10, 2017
by
Boik
Committed by
cinwell.li
Feb 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Autocomplete: fix bug for keyup or keydown default behavior that we do not expect
parent
5baa8774
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
packages/autocomplete/src/autocomplete.vue
packages/autocomplete/src/autocomplete.vue
+2
-2
yarn.lock
yarn.lock
+2
-8
No files found.
packages/autocomplete/src/autocomplete.vue
View file @
4d10f23a
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
@
change=
"handleChange"
@
change=
"handleChange"
@
focus=
"handleFocus"
@
focus=
"handleFocus"
@
blur=
"handleBlur"
@
blur=
"handleBlur"
@
keydown.up.native=
"highlight(highlightedIndex - 1)"
@
keydown.up.native
.prevent
=
"highlight(highlightedIndex - 1)"
@
keydown.down.native=
"highlight(highlightedIndex + 1)"
@
keydown.down.native
.prevent
=
"highlight(highlightedIndex + 1)"
@
keydown.enter.stop.native=
"handleKeyEnter"
@
keydown.enter.stop.native=
"handleKeyEnter"
>
>
<template
slot=
"prepend"
v-if=
"$slots.prepend"
>
<template
slot=
"prepend"
v-if=
"$slots.prepend"
>
...
...
yarn.lock
View file @
4d10f23a
...
@@ -4600,7 +4600,7 @@ object-assign@^3.0.0:
...
@@ -4600,7 +4600,7 @@ object-assign@^3.0.0:
version "3.0.0"
version "3.0.0"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2"
object-assign@^4.0.
0, object-assign@^4.0.
1, object-assign@^4.1.0:
object-assign@^4.0.1, object-assign@^4.1.0:
version "4.1.0"
version "4.1.0"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0"
...
@@ -6908,7 +6908,7 @@ vue-hot-reload-api@^2.0.1:
...
@@ -6908,7 +6908,7 @@ vue-hot-reload-api@^2.0.1:
version "2.0.6"
version "2.0.6"
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.0.6.tgz#817d4bfb30f55428aa1012d029499e07f3147d21"
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.0.6.tgz#817d4bfb30f55428aa1012d029499e07f3147d21"
vue-loader@>=9.4.2, vue-loader@^10.
0.2
:
vue-loader@>=9.4.2, vue-loader@^10.
3.0
:
version "10.3.0"
version "10.3.0"
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-10.3.0.tgz#436421736e9ad0f1c481330327c376963db86a19"
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-10.3.0.tgz#436421736e9ad0f1c481330327c376963db86a19"
dependencies:
dependencies:
...
@@ -6938,12 +6938,6 @@ vue-router@^2.0.0:
...
@@ -6938,12 +6938,6 @@ vue-router@^2.0.0:
version "2.1.1"
version "2.1.1"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-2.1.1.tgz#10c31bbdcb6da92bd3e0223fa12345e73018625a"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-2.1.1.tgz#10c31bbdcb6da92bd3e0223fa12345e73018625a"
vue-style-loader@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-1.0.0.tgz#abeb7bd0f46313083741244d3079d4f14449e049"
dependencies:
loader-utils "^0.2.7"
vue-style-loader@^2.0.0:
vue-style-loader@^2.0.0:
version "2.0.0"
version "2.0.0"
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-2.0.0.tgz#1a3bb55239ac541ee3af0301d66f16fc86786543"
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-2.0.0.tgz#1a3bb55239ac541ee3af0301d66f16fc86786543"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment