Open
Description
When I click on the phone input on iOS devices, it zooms the screen a little.
<PhoneInput
autoFormat
buttonClass="w-12 !h-10 !outline-none !border !border-navBg !rounded-[4px]"
containerClass=""
country={"tr"}
dropdownClass="!max-h-32 !overflow-auto !bg-white !text-darktext"
inputClass="!w-full !h-10 !pl-14 !p-2 !outline-none !border !border-navBg !rounded-[4px] !text-darktext placeholder:!text-sm placeholder:!text-darktext "
inputProps={{
name: "phone",
required: true,
autoFocus: false,
}}
localization={trlang}
placeholder="Telefon Numaranız"
value={phone}
onChange={setPhone}
/>
Metadata
Assignees
Labels
No labels
Activity