Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UInputMenu has wrong border when focused in multiple mode #2742

Open
projct1 opened this issue Nov 23, 2024 · 0 comments
Open

UInputMenu has wrong border when focused in multiple mode #2742

projct1 opened this issue Nov 23, 2024 · 0 comments
Labels
bug Something isn't working triage v3 #1289

Comments

@projct1
Copy link

projct1 commented Nov 23, 2024

Environment

Is this bug related to Nuxt or Vue?

Nuxt

Version

v3.14.1592

Reproduction

<script setup lang="ts"
const placeItems = ref([{ id: 1, name: 'Place 1' }, { id: 2, name: 'Place 2' }])
</script>

<template>
<UInputMenu :items="placeItems"
            value-key="id"
            label-key="name"
            class="w-full mb-4"
            multiple />

<UInputMenu :items="placeItems"
            value-key="id"
            label-key="name"
            class="w-full"/>
</template>

Description

In my opinion, the border, when focusing, should have the same color as when the parameter is absent multiple.
With white border looks bad :D
https://skr.sh/vSqjqLYGgHO

@projct1 projct1 added bug Something isn't working triage v3 #1289 labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage v3 #1289
Projects
None yet
Development

No branches or pull requests

1 participant