-
Notifications
You must be signed in to change notification settings - Fork 11
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 dropdown menu instead of removing it from DOM #881
The head ref may contain hidden characters: "880-code-html-non-valide-avant-ouverture-le-menu-t\u00E9l\u00E9charger-est-r\u00E9f\u00E9renc\u00E9-par-son-bouton-mais-nest-pas-pr\u00E9sent-dans-le-dom"
Hide dropdown menu instead of removing it from DOM #881
Conversation
Perso pas de problème avec ça. |
:id="`dropdown-${uniqueId}`" | ||
:hidden="!showContent" | ||
:class="[ | ||
{ 'fr-hidden': !showContent }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besoin de doubler l'attribut hidden
avec une classe ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En effet, inutile ici, j’ai supprimé ;)
Merci !
58bdf55
to
ed437b3
Compare
ed437b3
to
856267f
Compare
Note: no more smooth transition after this change
856267f
to
89dcdd2
Compare
Note: no more smooth transition after this change