Skip to content
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

chore(DatePicker): updated popover to append inline #8636

Merged

Conversation

wise-king-sullyman
Copy link
Contributor

@wise-king-sullyman wise-king-sullyman commented Jan 31, 2023

What: Closes #8596

Additional issues:

Convenience link: https://patternfly-react-pr-8636.surge.sh/components/date-picker#basic

@wise-king-sullyman wise-king-sullyman linked an issue Jan 31, 2023 that may be closed by this pull request
@patternfly-build
Copy link
Contributor

patternfly-build commented Jan 31, 2023

@@ -22,7 +22,7 @@ export interface DatePickerProps
* menuAppendTo={() => document.body};
* menuAppendTo={document.getElementById('target')}
*/
appendTo?: HTMLElement | ((ref?: HTMLElement) => HTMLElement) | 'parent';
appendTo?: HTMLElement | ((ref?: HTMLElement) => HTMLElement) | 'inline';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change the jsdoc default as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Contributor

@thatblindgeye thatblindgeye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just needs a quick rebase

@thatblindgeye thatblindgeye merged commit d726d96 into patternfly:v5 Feb 10, 2023
@patternfly-build
Copy link
Contributor

Your changes have been released in:

  • @patternfly/react-charts@7.0.0-alpha.6
  • @patternfly/react-code-editor@5.0.0-alpha.11
  • @patternfly/react-core@5.0.0-alpha.11
  • @patternfly/react-docs@6.0.0-alpha.12
  • @patternfly/react-table@5.0.0-alpha.11

Thanks for your contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date picker: needs appendTo='inline' by default
5 participants