This commit is contained in:
cdricms
2025-02-18 13:14:58 +01:00
parent ec3f33b9bf
commit 446813315d
10 changed files with 576 additions and 33 deletions

View File

@@ -104,7 +104,7 @@ const FormLabel = React.forwardRef<
FormLabel.displayName = "FormLabel";
const FormControl = React.forwardRef<
React.ElementRef<typeof Slot>,
React.ComponentRef<typeof Slot>,
React.ComponentPropsWithoutRef<typeof Slot>
>(({ ...props }, ref) => {
const { error, formItemId, formDescriptionId, formMessageId } =