devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
643 stars 423 forks source link

Border color change when OTP input box selected #409

Closed AnushkaTyagi26 closed 11 months ago

AnushkaTyagi26 commented 11 months ago

-If there is a function present in API which I haven't be able to understand to change color of the border, then please provide me the solution please.

-I have attached the image from my project please check it and help me out with the solution.

Anushka Tyagi

otp

prateek3255 commented 11 months ago

Hey @AnushkaTyagi26 hope you are using v3 version of the library because the library no longer controls the styling aspect of your inputs, the inputs are passed as a render prop to the library by the library consumers so you can style the input on focus as you want

AnushkaTyagi26 commented 11 months ago

Yes I am using the V3 of this library and styling doesn't change even on using of on focus.