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

inputClass bug

Open AlfredMadere opened this issue 2 years ago • 1 comments

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.

AlfredMadere avatar Jan 05 '23 19:01 AlfredMadere

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.

aimarjs avatar Mar 07 '23 10:03 aimarjs