Skip to content

Commit b41136f

Browse files
committed
chore(form): Updated SliderValue to use non-portalled tooltip for existing test
1 parent 9783c44 commit b41136f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/form/src/slider/SliderValue.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function SliderValue({
4747
vertical,
4848
children,
4949
className,
50+
portal = false,
5051
...props
5152
}: SliderValueProps): ReactElement | null {
5253
if (!discrete) {
@@ -56,6 +57,7 @@ export function SliderValue({
5657
return (
5758
<Tooltip
5859
{...props}
60+
portal={portal}
5961
className={cn(
6062
styles({
6163
h: !vertical,

0 commit comments

Comments
 (0)