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

Button group rounded corner SSR mismatch #1791

Open
meirroth opened this issue May 14, 2024 · 1 comment
Open

Button group rounded corner SSR mismatch #1791

meirroth opened this issue May 14, 2024 · 1 comment
Labels
bug Something isn't working v3 #1289

Comments

@meirroth
Copy link

meirroth commented May 14, 2024

Environment

StackBlitz

Version

2.13.0

Reproduction

https://stackblitz.com/edit/nuxt-ui-starter-1791?file=app.vue

Description

Reloading the page you can see the button in a UButtonGroup has full rounded corners in SSR before quickly changing to connect with the input.
Anyway to fix that?
Untitled

Additional context

No response

Logs

No response

@meirroth meirroth added the bug Something isn't working label May 14, 2024
@benjamincanac benjamincanac added the v3 #1289 label May 23, 2024
@KealanAU
Copy link

KealanAU commented Jun 7, 2024

You could do

  <UButtonGroup class="m-10">
    <UInput :ui="{ rounded: 'rounded-r-none' }" />
    <UButton :ui="{ rounded: 'rounded-l-none' }">Create</UButton>
  </UButtonGroup>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v3 #1289
Projects
None yet
Development

No branches or pull requests

3 participants