material-ui-phone-number
material-ui-phone-number copied to clipboard
native selection doesn't set value for dropdown
Hello!
I'm using this component with native:true. I set "fr" as default country. I figured out that "Afghanisthan" is checked instead of "France" in the dropdown.
What should i do? Did i forget something? Thanks a lot!
@alexplumb
valueprops is missing here https://github.com/alexplumb/material-ui-phone-number/blob/bfaaedc65167918ca57bc381fa6e089976186369/src/components/index.jsx#L634
=> value={selectedCountry}
am i wrong?