Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On IOS Device #696

Open
taneruzum opened this issue Sep 3, 2024 · 0 comments
Open

On IOS Device #696

taneruzum opened this issue Sep 3, 2024 · 0 comments

Comments

@taneruzum
Copy link

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}
      />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant