Skip to content

Commit

Permalink
feat(label): add tooltip flip override to validation icon when rendered
Browse files Browse the repository at this point in the history
Passes tooltip flip override to `ValidationIcon` rendered on the `Label`
  • Loading branch information
edleeks87 committed Mar 12, 2021
1 parent ba6b73a commit 2b88b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__experimental__/components/label/label.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const Label = ({
warning={warning}
info={info}
tooltipPosition={tooltipPositionValue}
tooltipFlipOverrides={["top", "bottom"]}
/>
</IconWrapperStyle>
);
Expand Down

0 comments on commit 2b88b25

Please sign in to comment.