Skip to content

Conversation

tlabaj
Copy link
Contributor

@tlabaj tlabaj commented May 8, 2024

What: Closes #10143 #10316 #10141 #10140 #10139 #10138 #10137

Opened follow up issue to update failing integration tests and fix demo-app: #10365

@patternfly-build
Copy link
Contributor

patternfly-build commented May 8, 2024

@tlabaj tlabaj marked this pull request as ready for review May 14, 2024 15:58
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.

Couple comments below. The "Editable rows" deprecated Table demo is also still using the now removed deprecated SelectOption component.

newValue: string | SelectOptionObject,
isPlaceholder: boolean
newValue: any | any[]
// isPlaceholder: boolean
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we intend to add this back in at any point?

Copy link
Contributor Author

@tlabaj tlabaj May 14, 2024

Choose a reason for hiding this comment

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

Thanks Eric. I did add updates for Editable table to my follow up issue #10365

<MenuToggle ref={toggleRef} onClick={onToggle} isExpanded={isOpen}>
{isOpen ? 'Expanded' : 'Collapsed'}
</MenuToggle>
)}
>
{options}
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe we'll need to import SelectList and wrap it around {options} here.

@kmcfaul kmcfaul merged commit c7ed423 into patternfly:v6 May 16, 2024
@patternfly-build
Copy link
Contributor

Your changes have been released in:

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.

4 participants