alexplumb/material-ui-phone-number

Bug: countryCodeEditable={false} allows editing country code

Opened this issue · 5 comments

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

<MuiPhoneNumber
       enableLongNumbers
       defaultCountry={'ie'}
        value={value}
        disableAreaCodes
         countryCodeEditable={false}
    />

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

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

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

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

does this issue still persist??