Bug: countryCodeEditable={false} allows editing country code
Opened this issue · 5 comments
vinaysheelwagh commented
countryCodeEditable={false}, does not make country code non-editable.
<MuiPhoneNumber
enableLongNumbers
defaultCountry={'ie'}
value={value}
disableAreaCodes
countryCodeEditable={false}
/>
dalalRohit commented
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 commented
Could you try to repro on the latest master branch, and submit a PR so we can fix it :)
nurullah commented
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.
AliLop commented
Is this gonna be fixed soon :) ? I'm facing this issue
sweety-124 commented
does this issue still persist??