Skip to content

Commit eb5c94a

Browse files
committed
fix: autocomplete disabled for phone number
1 parent 36ae53e commit eb5c94a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/ui/PhoneInput.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ export default function PhoneInput(props: PhoneInputProps) {
1111
searchPlaceholder="Ara..."
1212
searchNotFound="Bulunamadı"
1313
inputClass="py-5 !w-full"
14+
inputProps={{ name: 'phone' }}
15+
countryCodeEditable={false}
1416
/>
1517
}

0 commit comments

Comments
 (0)