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

[v3] ButtonGroup : class and ui attributes not handled ? #2498

Closed
arkhaiel opened this issue Oct 30, 2024 · 1 comment
Closed

[v3] ButtonGroup : class and ui attributes not handled ? #2498

arkhaiel opened this issue Oct 30, 2024 · 1 comment
Labels
bug Something isn't working v3 #1289

Comments

@arkhaiel
Copy link

Environment


  • Operating System: Darwin
  • Node Version: v18.20.4
  • Nuxt Version: 3.13.2
  • CLI Version: 3.15.0
  • Nitro Version: 2.9.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: default
  • Runtime Modules: @nuxt/[email protected]
  • Build Modules: -

Version

v3.0.0-alpha.7

Reproduction

The :ui prop is not handled by the component ButtonGroup ?

Description

I tried to add somme classes to the ButtonGroup component, with class= attribute, with :ui= attribute, but it seems that nothing works.

Additional context

I've tried to look into the code, but I don't understand all the magic you've done !

Logs

No response

@arkhaiel arkhaiel added bug Something isn't working triage v3 #1289 labels Oct 30, 2024
benjamincanac added a commit that referenced this issue Oct 31, 2024
Copy link
Member

The ButtonGroup doesn't have a ui prop as it only has a root div. However, there was an issue with the class not being merged. Thanks for the report!

@benjamincanac benjamincanac removed the triage label Oct 31, 2024 — with Volta.net
benjamincanac added a commit that referenced this issue Oct 31, 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 v3 #1289
Projects
None yet
Development

No branches or pull requests

2 participants