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

Bug: countryCodeEditable={false} allows editing country code #92

Open
vinaysheelwagh opened this issue Jul 6, 2021 · 5 comments
Open

Comments

@vinaysheelwagh
Copy link

vinaysheelwagh commented Jul 6, 2021

countryCodeEditable={false}, does not make country code non-editable.

<MuiPhoneNumber
       enableLongNumbers
       defaultCountry={'ie'}
        value={value}
        disableAreaCodes
         countryCodeEditable={false}
    />
@dalalRohit
Copy link

yes, i'm also facing the same issue.
it is not editable naively, but if you place your cursor in between the country code and edit, it allows to do so

@bherila
Copy link
Collaborator

bherila commented Aug 29, 2021

Could you try to repro on the latest master branch, and submit a PR so we can fix it :)

@nurullah
Copy link

Could you try to repro on the latest master branch, and submit a PR so we can fix it :)

I created a pull request for this problem.

#126

@AliLop
Copy link

AliLop commented Apr 27, 2022

Is this gonna be fixed soon :) ? I'm facing this issue

@sweety-124
Copy link

does this issue still persist??

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

6 participants