-
Notifications
You must be signed in to change notification settings - Fork 370
feat(Form): enabled opt-in animations for expandable fieldgroup #11843
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
Conversation
Preview: https://patternfly-react-pr-11843.surge.sh A11y report: https://patternfly-react-pr-11843-a11y.surge.sh |
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.
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.
Similar to my comment on TreeView - I think there are very valid reasons why a use case might incline a dev to want to dynamically create and render children of field groups. It may that they didn't load all the information from the backend on page load, and for performance reasons will only retrieve values for the collapsed field groups when they are expanded open... Something to keep in mind
@rebeccaalpert looks like the bug is also in Core when I copy+paste the React HTML into a Core example and revert the changes locally (other than bumping the Core versions). @srambach just FYI ^ in Rebecca's screenshot above there's a divider between "Nested field group 2 (non-expandable)" and the text input above it, but there's no spacing between the input and the divider. |
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.
This looks with with a followup in core to fix the spacing issue.
cc @rebeccaalpert patternfly/patternfly#7571 follow up to the issue you mentioned |
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.
🚀
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #11840
Additional issues: