-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Labels
Breaking change 💥this change requires a major release and has API changes.this change requires a major release and has API changes.PF5
Milestone
Description
IAction in TableTypes extends DropDownItemProps and in PF5 it is switched to use the next version of DropDownItemProps. This is causing issues because next DropDownItemProps does not have the tooltip property.
[the next component] doesn't have a built in tooltip so we would have to add support to the ActionsColumn or to Dropdown-next. We’ll want to take another look at IAction to update that interface to match the next component too as other props like isSeparator won't do anything with next either.
Metadata
Metadata
Assignees
Labels
Breaking change 💥this change requires a major release and has API changes.this change requires a major release and has API changes.PF5
Type
Projects
Status
Done