Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(form): Updated SliderValue to use non-portalled tooltip for exi…
…sting test
  • Loading branch information
mlaursen committed Apr 18, 2021
1 parent 9783c44 commit b41136f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/form/src/slider/SliderValue.tsx
Expand Up @@ -47,6 +47,7 @@ export function SliderValue({
vertical,
children,
className,
portal = false,
...props
}: SliderValueProps): ReactElement | null {
if (!discrete) {
Expand All @@ -56,6 +57,7 @@ export function SliderValue({
return (
<Tooltip
{...props}
portal={portal}
className={cn(
styles({
h: !vertical,
Expand Down

0 comments on commit b41136f

Please sign in to comment.