You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Currently we can't customize what the menu appends to in Dropdown without type casting as DropdownPopperProps doesn't support the appendTo property.
How do you reproduce the problem?
Attempt to pass the appendTo property to popperProps and view that it throws a type error requiring type casting.
Expected behavior
A clear and concise description of the expected behavior.
We should be able to pass the appendTo property to popperProps.
Describe the problem
Currently we can't customize what the menu appends to in Dropdown without type casting as
DropdownPopperProps
doesn't support theappendTo
property.How do you reproduce the problem?
Attempt to pass the
appendTo
property topopperProps
and view that it throws a type error requiring type casting.Expected behavior
A clear and concise description of the expected behavior.
We should be able to pass the
appendTo
property topopperProps
.This issue will help to properly resolve patternfly/patternfly#5865 in a non-breaking way.
The text was updated successfully, but these errors were encountered: