Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cursor jumping when backspacing near a decimal point in a decimal TextField #178

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

dimfeld
Copy link
Contributor

@dimfeld dimfeld commented Jan 4, 2024

Fixes #21
Might also address #163 but I couldn't reproduce that one on my end.

Copy link

vercel bot commented Jan 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-ux ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 7:21pm

Copy link

changeset-bot bot commented Jan 4, 2024

🦋 Changeset detected

Latest commit: bab7e88

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

This PR includes changesets to release 1 package
Name Type
svelte-ux 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

@techniq
Copy link
Owner

techniq commented Jan 4, 2024

Thanks! Quick peak and it doesn't look to fix the Safar bug (#163)

CleanShot.2024-01-04.at.14.38.07.mp4

Copy link
Owner

@techniq techniq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@techniq techniq merged commit 2e433a6 into techniq:main Jan 4, 2024
4 checks passed
@github-actions github-actions bot mentioned this pull request Jan 4, 2024
@dimfeld dimfeld deleted the textfield-decimal-backspace-fix branch January 4, 2024 20:17
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.

TextField number type (integer, decimal, ...) improvements
2 participants