react-phone-input-2
react-phone-input-2 copied to clipboard
Selecting the parent of the drop down
Is there a way to select the parent of the drop down?
For example, in react-select, there is: menuPortalTarget
In my case, I'm using Material UI dialog, and the select is being truncated by the dialog borders. What's the solution?
Example of the problem:
Thanks
I came across the same problem too. It worked out for me to override its position to fixed .react-tel-input .country-list { position: fixed }