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

⚠️ No Changeset found

Latest commit: b1afec0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a 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 b1afec0

@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

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