nuxt · GitHub

Commit 8e9265e

authored

fix(FileUpload): open dialog on keyup (#4629)

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/runtime/components

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -329,6 +329,7 @@ defineExpose({

329329

:class="ui.base({ class: props.ui?.base })"

330330

:tabindex="interactive && !disabled ? 0 : -1"

331331

@click="interactive && !disabled && open()"

332+

@keyup.enter.space="interactive && !disabled && open()"

332333

>

333334

<ReuseFilesTemplate v-if="position === 'inside'" />

334335

0 commit comments

Comments

 (0)

Read the original on github.com ↗