diff --git a/src/routes/components/DatePicker.tsx b/src/routes/components/DatePicker.tsx index bdcf45a77..edb4ea3bf 100644 --- a/src/routes/components/DatePicker.tsx +++ b/src/routes/components/DatePicker.tsx @@ -109,12 +109,6 @@ export default function DatePickerPage() { defaultValue: "false", description: "Disables the date picker.", }, - { - name: "relative", - type: "boolean", - description: "Set to true if a parent element has a css position of relative.", - defaultValue: "false", - }, ]; function onSandboxChange(bindings: ComponentBinding[], props: Record) { diff --git a/src/routes/components/Dropdown.tsx b/src/routes/components/Dropdown.tsx index fb28770fc..faafa41fb 100644 --- a/src/routes/components/Dropdown.tsx +++ b/src/routes/components/Dropdown.tsx @@ -131,12 +131,6 @@ export default function DropdownPage() { description: "Disable this control.", defaultValue: "false", }, - { - name: "relative", - type: "boolean", - description: "Set to true if a parent element has a css positive of relative.", - defaultValue: "false", - }, { name: "error", type: "boolean", diff --git a/src/routes/components/Popover.tsx b/src/routes/components/Popover.tsx index bd187a4e8..6f432dd67 100644 --- a/src/routes/components/Popover.tsx +++ b/src/routes/components/Popover.tsx @@ -93,12 +93,6 @@ export default function PopoverPage() { required: true, lang: "react", }, - { - name: "relative", - type: "boolean", - description: "Set to true if a parent element has a css position of relative.", - defaultValue: "false", - }, { name: "testId", type: "string",