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

feat(v6): consume v6 alphas #60

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

thatblindgeye
Copy link
Contributor

@thatblindgeye thatblindgeye commented Apr 1, 2024

@@ -181,10 +182,10 @@ const ComplexToolbarLogViewer = () => {
isOpen={selectDataSourceOpen}
placeholderText={selectDataSourcePlaceholder}
>
{selectDataSourceMenu}
<SelectList>{selectDataSourceMenu}</SelectList>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

With the new implementation of Select a SelectList component has to be manually passed in, otherwise SelectOptions will render as li in the DOM without an ul parent.

@thatblindgeye thatblindgeye linked an issue Apr 1, 2024 that may be closed by this pull request
10 tasks
@dlabaj dlabaj merged commit 2f569b4 into patternfly:v6 Apr 24, 2024
7 checks passed
@dlabaj
Copy link
Collaborator

dlabaj commented Apr 24, 2024

Added issue #63 to track any UI updates that are needed as part of migrating to v6.

@dlabaj
Copy link
Collaborator

dlabaj commented Apr 24, 2024

@andrew-ronaldson For this issue I created another issue #63 . When you have a chance can you take a look at the alpha v6 updates and see if there is anything that needs to change.

@dlabaj dlabaj assigned dlabaj and unassigned dlabaj Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

log-viewer: Consume v6 alphas and build Penta demo
2 participants