react-phone-input-2
react-phone-input-2 copied to clipboard
inputClass bug
containerClass prop works properly but inputClass does not.
`<PhoneInput inputClass='mega-test' inputProps={{ name: "phone", required: true,
}}
country={"us"}
countryCodeEditable={false}
/>`
`.mega-test { background: green ;
}
` The input background is not green. When I use inputStyle it works but I cant access hover options with inputStyle. My goal is to change the focus border color of the input and I have not been able to find a way to do this, any help would be appreciated.
I'm trying to do the same with no luck so far. Want to add a focus style matching with tailwindcss. Cant seems to control the focus at all.