Skip to content

FileUpload component captures focus and disables tab navigation #5102

@gigor

Description

@gigor

Environment

"@nuxt/ui": "^4.0.0"

Is this bug related to Nuxt or Vue?

Nuxt

Package

v4.x

Version

v4.0.0

Reproduction

  1. Add UFileUpload to a form
  2. Navigate to it with tab
  3. Press tab or shift tab again - focus is stuck

Reproducible on any file upload in documentation https://ui.nuxt.com/docs/components/file-upload

Description

FileUpload component captures focus and disables tab navigation. This is due to @keydown.prevent on runtime/components/FileUpload.vue:202

Additional context

No response

Logs

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingp3-lowMinor cosmetic, edge case, or documentation issuev4#4488

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions