Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/routes/components/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, unknown>) {
Expand Down
6 changes: 0 additions & 6 deletions src/routes/components/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 0 additions & 6 deletions src/routes/components/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down