diff --git a/apps/www/src/lib/registry/new-york/example/AutoForm.vue b/apps/www/src/lib/registry/new-york/example/AutoForm.vue index 52925b3b..8273821d 100644 --- a/apps/www/src/lib/registry/new-york/example/AutoForm.vue +++ b/apps/www/src/lib/registry/new-york/example/AutoForm.vue @@ -161,13 +161,14 @@ const onSubmit = handleSubmit((values) => { @submit="onSubmit" > - diff --git a/apps/www/src/lib/registry/new-york/ui/auto-form/AutoFormField.vue b/apps/www/src/lib/registry/new-york/ui/auto-form/AutoFormField.vue index 7fd847a2..f1ecf07b 100644 --- a/apps/www/src/lib/registry/new-york/ui/auto-form/AutoFormField.vue +++ b/apps/www/src/lib/registry/new-york/ui/auto-form/AutoFormField.vue @@ -26,37 +26,4 @@ defineProps<{ > - - diff --git a/apps/www/src/lib/registry/new-york/ui/auto-form/fields/Input.vue b/apps/www/src/lib/registry/new-york/ui/auto-form/fields/Input.vue index 9e400265..d2e543e0 100644 --- a/apps/www/src/lib/registry/new-york/ui/auto-form/fields/Input.vue +++ b/apps/www/src/lib/registry/new-york/ui/auto-form/fields/Input.vue @@ -6,10 +6,6 @@ import { FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessa import { Input } from '@/lib/registry/new-york/ui/input' import { Textarea } from '@/lib/registry/new-york/ui/textarea' -defineOptions({ - inheritAttrs: false, -}) - defineProps<{ name: string required?: boolean @@ -19,13 +15,13 @@ defineProps<{