add basic keyboard navigation
This commit is contained in:
committed by
Hans Pagel
parent
b294651c69
commit
bb71cf597e
@@ -58,6 +58,9 @@ export default {
|
||||
onUpdate(props) {
|
||||
component.updateProps(props)
|
||||
},
|
||||
onKeyDown(props) {
|
||||
return component.vm.onKeyDown(props)
|
||||
},
|
||||
onExit() {
|
||||
popup[0].destroy()
|
||||
component.destroy()
|
||||
|
||||
Reference in New Issue
Block a user