material-ui-phone-number icon indicating copy to clipboard operation
material-ui-phone-number copied to clipboard

Bug: countryCodeEditable={false} allows editing country code

Open vinaysheelwagh opened this issue 3 years ago • 5 comments

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

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

vinaysheelwagh avatar Jul 06 '21 14:07 vinaysheelwagh

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

dalalRohit avatar Aug 19 '21 10:08 dalalRohit

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

bherila avatar Aug 29 '21 08:08 bherila

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.

https://github.com/alexplumb/material-ui-phone-number/pull/126

nurullah avatar Jan 24 '22 14:01 nurullah

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

AliLop avatar Apr 27 '22 15:04 AliLop

does this issue still persist??

sweety-124 avatar Jul 01 '22 06:07 sweety-124