CSR-517 Add event for enter key on list-button
This commit is contained in:
parent
892bb6bf40
commit
8217ebd4c7
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
class="list-group list-button rounded-3 d-flex flex-column w-100 mb-2"
|
||||
:class="[(errors.length > 0 || hasError) ? 'has-error' : '']"
|
||||
@keyup.space="triggerButton"
|
||||
@keyup.enter="triggerButton"
|
||||
@keyup.up="handleKeyupArrow"
|
||||
@keyup.down="handleKeyupArrow"
|
||||
@keyup.left="handleKeyupArrow"
|
||||
|
|
|
|||
Loading…
Reference in a new issue