From 0978b24215daf42a832f5fa4d8823a65afce7da0 Mon Sep 17 00:00:00 2001 From: WK Wong Date: Wed, 4 Dec 2024 20:59:47 +0800 Subject: [PATCH] chore(docs): remove non-existing attribute --- apps/docs/content/docs/components/switch.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/docs/content/docs/components/switch.mdx b/apps/docs/content/docs/components/switch.mdx index d36f2d0135..292446bb05 100644 --- a/apps/docs/content/docs/components/switch.mdx +++ b/apps/docs/content/docs/components/switch.mdx @@ -197,12 +197,6 @@ In case you need to customize the switch even further, you can use the `useSwitc description: "Whether the element should be selected (uncontrolled).", default: "-" }, - { - attribute: "isRequired", - type: "boolean", - description: "Whether user input is required on the input before form submission.", - default: "false" - }, { attribute: "isReadOnly", type: "boolean",