input-otp icon indicating copy to clipboard operation
input-otp copied to clipboard

One time passcode Input. Accessible & unstyled.

Results 16 input-otp issues
Sort by recently updated
recently updated
newest added

Is there no support for placeholders on each InputOTPSlot or the whole InputOTPGroup? ![image](https://github.com/guilhermerodz/input-otp/assets/86932142/5fab01e9-8de8-4f49-9516-03496d9c02ff)

invalid

**Is your feature request related to a problem? Please describe.** Im using a nonce as a CSP rules for inline styles and when running this library CSP rules are complaining...

Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Version of the library: 1.x ##...

bug

Theme changes were only being applied when made from the system; however, when attempting to change it from the application header, the changes were not reflecting within the app. **Before:**...

Update Styling Properties in OTPInput Component to Remove Caret. Partially resolve https://github.com/guilhermerodz/input-otp/issues/32 UI Issue **Update**: - This pull request introduces updates to the styling properties of the OTPInput component within...

# How the library works (fundamentals) `input-otp` is an accessible input that renders: - a 100% unstyled UI layer (custom to your design system) with `pointer-events:none` - an overlay layer...

wontfix

## Version of the library: 1.2.4 ## Expected Behavior When the OTPInput component is rendered with `autoFocus`, the first slot should be focused, and the keyboard should automatically appear on...

bug

Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. Can't edit value in the middle of...

bug

Automatic OTP code retrieval from transport? Does this mean you have to click the sms when it appears at the bottom on your mobile to enter it into your OTP...

**Is your feature request related to a problem? Please describe.** By my understanding, splitting a code into 2 parts is done for better user readability. This library supports and even...