viclafouch / mui-tel-input

📌 A phone number input designed for MUI (Material ui) V6 built with libphonenumber-js
https://viclafouch.github.io/mui-tel-input
MIT License
158 stars 65 forks source link

Some country flags bigger than others #141

Closed ulysse0 closed 2 months ago

ulysse0 commented 4 months ago

Hi,

So basically I am using this lib like this:

<Grid item xs={12}>
    <FormControl sx={{ width: '100%', mt: 2}} variant="outlined">
        <MuiTelInput value={phoneNumber} onChange={setPhoneNumber} required defaultCountry="FR" label="Phone number" />
    </FormControl>
</Grid>

And there are 2 countries (Ascencion Island and Tristan Da Cunha) with a very large flag image. Any fix for this ?

image image

viclafouch commented 4 months ago

Hello !

Could you please share a codesandbox plz ?

Victor