diff --git a/packages/react/src/components/Forms/Examples/index.stories.tsx b/packages/react/src/components/Forms/Examples/index.stories.tsx index 9dcdfa5..4c4e104 100644 --- a/packages/react/src/components/Forms/Examples/index.stories.tsx +++ b/packages/react/src/components/Forms/Examples/index.stories.tsx @@ -62,6 +62,7 @@ export const Application = () => { gap: "1rem", width: "400px", }} + method="get" >

{ }, ]} fullWidth={true} + clearable={true} />
@@ -107,6 +109,28 @@ export const Application = () => { accept="application/pdf" />
+