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

Select Menu (USelectMenu) transition doesn't seem to be working #400

Closed
ceigey opened this issue Jul 10, 2023 · 0 comments
Closed

Select Menu (USelectMenu) transition doesn't seem to be working #400

ceigey opened this issue Jul 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ceigey
Copy link

ceigey commented Jul 10, 2023

Hi all, I noticed that Select Menu (USelectMenu)'s ui.transition properties are not being used, however the source code reveals that there is indeed a Transition tag. I have tried modifying this property in my own project, with no changes. Based on what is documented on the site, though, this transition effect should also be visible on the docs page for Select Menu as well, so this bug affects the official docs as well.

I have tested on recent versions of Chrome and Safari.

In addition, at no point are the Tailwind classes transition ease-in duration-100 rendered in the markup at any point in the component's open/close states.

Apologies – for the moment I have to be irresponsible and refer the docs page as a "reproduction". I wanted to log this issue while it was still in the forefront of my mind.

Version

@nuxthq/ui: 2.4.0, 2.5.0
nuxt: 3.5.3

Reproduction Link

The docs page is a good example

Steps to reproduce

Use USelectMenu in its default configuration.

What is Expected?

A transition with the popover element based on opacity, lasting 100ms.

What is actually happening?

No such transition (the popover element immediately appears or disappears, despite what is described in the source code and implied by the documentation).

@ceigey ceigey added the bug Something isn't working label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant