-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Set display only when form not hidden #33015
Conversation
Size Change: +28 B (0%) Total Size: 1.05 MB
ℹ️ View Unchanged
|
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.
LGTM 👍
Just want to add some references here. From mdn.
Changing the value of the CSS
display
property on an element with thehidden
attribute overrides the behavior. For instance, elements styleddisplay: flex
will be displayed despite thehidden
attribute's presence.
Description
Fixes #33000; alternative to #33006 based on @stokesman 's feedback.
How has this been tested?
Screenshots
Types of changes
Checklist:
*.native.js
files for terms that need renaming or removal).