feat: autofill all fields on enter details and countryselector clean up

This commit is contained in:
Simon Emanuelsson
2025-05-06 08:43:15 +02:00
parent 81c2afe570
commit 4d41d4fd92
9 changed files with 290 additions and 33 deletions

View File

@@ -1,6 +1,7 @@
import type { RegisterOptions } from "react-hook-form"
export type CountryProps = {
autoComplete?: string
className?: string
label: string
name?: string