-
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
Describe the problem
The position prop type declaration is not consistent with other similar props. We should add default as a possible value to the prop.
It should be:
position?: 'default' | 'top';
The default value of the prop should be set to default
(see the following PR comment for more details: #8117 (comment))
What is your product and what release date are you targeting?
Any other information?
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