You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
The text was updated successfully, but these errors were encountered:
Hi all, I noticed that Select Menu (
USelectMenu
)'sui.transition
properties are not being used, however the source code reveals that there is indeed aTransition
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).
The text was updated successfully, but these errors were encountered: