diff --git a/apps/docs-v2/app/routes/_docs.input-types.mdx b/apps/docs-v2/app/routes/_docs.input-types.mdx index 698b3c0e..5e14bac5 100644 --- a/apps/docs-v2/app/routes/_docs.input-types.mdx +++ b/apps/docs-v2/app/routes/_docs.input-types.mdx @@ -278,7 +278,7 @@ Like when observing the values, the value will always be a `string`. The excepti // multi select - diff --git a/apps/test-app/app/components/Input.tsx b/apps/test-app/app/components/Input.tsx index d90c3480..6e4441a3 100644 --- a/apps/test-app/app/components/Input.tsx +++ b/apps/test-app/app/components/Input.tsx @@ -36,10 +36,10 @@ export const Input = forwardRef( diff --git a/apps/test-app/app/components/Select.tsx b/apps/test-app/app/components/Select.tsx index f0901b03..4d3584c5 100644 --- a/apps/test-app/app/components/Select.tsx +++ b/apps/test-app/app/components/Select.tsx @@ -20,11 +20,7 @@ export const Select: FC = ({ <>