We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ae53e commit eb5c94aCopy full SHA for eb5c94a
src/components/ui/PhoneInput.tsx
@@ -11,5 +11,7 @@ export default function PhoneInput(props: PhoneInputProps) {
11
searchPlaceholder="Ara..."
12
searchNotFound="Bulunamadı"
13
inputClass="py-5 !w-full"
14
+ inputProps={{ name: 'phone' }}
15
+ countryCodeEditable={false}
16
/>
17
}
0 commit comments