| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-2902.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
Can you add some integration test to verify these cahnges
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good just one comment.
Sorry, something went wrong.
When mountOnEnter is provided as a prop, TabContents will mount on the DOM as you click the corresponding tab. When unmountONExit is provided, TabContents will unmount from the DOM when no longer visible. Fixes #2609
|
Added integration test and changed from null to undefined. Also fixed minor bug in Tabs where you couldn't actually apply an id to the main Tabs div. |
Sorry, something went wrong.
Prior to bugfix, you couldn't add an id to a Tabs divs.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When mountOnEnter is provided as a prop, TabContents will mount on the DOM as you click the corresponding tab. When unmountOnExit is provided, TabContents will unmount from the DOM when no longer visible.
Fixes #2609 and #1448.