-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
[TextField] Can not enter decimal separator (Safari) #163
Comments
(This is in Safari 17.1, seems to work fine in Chrome) |
Thanks for the report @pekeler. Yeah, it appears to only affect Safari (also tested Firefox). My first thought was how Safari might he handling
I've had a note to improve this functionality. Hopefully I (or someone else) can get to it soon. The current workaround is not using I do wonder if some of this handling is needed, or shouldn't be replaced with |
Hmm, this doesn't reproduce for me, using Safari 17.2.1. I just tried it with the sample decimal TextField in the docs site. |
@pekeler I'm going to close this as I don't see a way to workaround it otherwise, and at least it's resolved in the latest Safari release :) |
Makes sense. Thanks. (Safari is my default browser. Quite interesting I never noticed this browser bug on any other site. I guess almost nobody is using real number inputs and does their own parsing instead.) |
When entering a
.
or,
as in12.34
, the value gets deleted.The text was updated successfully, but these errors were encountered: