Skip to content

Conversation

@huntabyte
Copy link
Owner

@huntabyte huntabyte commented Oct 30, 2025

WIP
Closes #1869

@changeset-bot
Copy link

changeset-bot bot commented Oct 30, 2025

🦋 Changeset detected

Latest commit: e8204d4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
bits-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
bits-ui ✅ Ready (View Log) Visit Preview e8204d4

@artur-demidov
Copy link

Hi. I see you've added tests for this component, cool. I found the problem. There's an error in the algorithm compared to input-otp. If both libraries work the same, then in file pin-input.svelte.ts line 353 should be
direction = c < prev[1] ? "backward" : "forward"; link
and line 360 should be
start = offset + c; link

@huntabyte huntabyte marked this pull request as ready for review November 10, 2025 03:25
@huntabyte
Copy link
Owner Author

Thank you! @artur-demidov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keyboard navigation in PIN-input(OTP) is broke

3 participants