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

Hide CommandPalette empty state not working #1787

Closed
Labels
bug Something isn't working

Comments

@enekobyhours
Copy link

Environment

Version

v3.11.2

Reproduction

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

Description

If you add :empty-state="null" to the CommandPalette component, it still shows the empty state. In the Table component, if you add :empty-state="null" attribute, it works well, but not in CommandPalette component.

Additional context

No response

Logs

No response

@enekobyhours enekobyhours added the bug Something isn't working label May 14, 2024
Copy link
Member

Thanks for the report! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment