react-phone-input-2 icon indicating copy to clipboard operation
react-phone-input-2 copied to clipboard

Allow relative width for the country dropdown list

Open WuggyX2 opened this issue 3 years ago • 0 comments

Hello,

I made these changes to allow developers to override the dropdown's width with relative lengths like %. Default lengths remain 300px

For example

<div>
  <PhoneInput
    inputStyle={{ width: "100%" }}
    dropdownStyle={{ width: "100%" }}
  />
</div>

I'm not sure if moving the country list outside the flag-dropdown div does break any featrue i'm unaware of.

fix #308

WuggyX2 avatar Aug 11 '22 08:08 WuggyX2