Open
Description
Environment
- Operating System: Darwin
- Node Version: v22.14.0
- Nuxt Version: 3.16.2
- CLI Version: 3.24.1
- Nitro Version: 2.11.9
- Package Manager: [email protected]
- Builder: -
- User Config: compatibilityDate, devtools, modules, css
- Runtime Modules: @nuxt/[email protected], @nuxt/[email protected], @nuxt/[email protected], @nuxt/[email protected], @pinia/[email protected]
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.2
Reproduction
I tried running this code from playground-vue
:
<UModal>
<UButton>Open</UButton>
<template #body>
<USelectMenu :items="items" :search-input="{ autofocus: false }" />
</template>
</UModal>
Description
select menu's search input always autofocus inside modal, even when the autofocus is set to false.
Additional context
No response