-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
. Dot symbol is appended with the text in input component #11345
Comments
Your issue has been closed because it does not conform to our issue requirements. |
https://codesandbox.io/s/mqyloo535j how to reproduce: typing 2 spaces at the end of the input field, keep the value a dot |
Are you perhaps testing on mobile? |
@james-tiqk Please, update the issue description to follow our issue template. I can't reproduce your problem. Make sure it doesn't happen with a native input. It could be an issue with your browser or keyboard or an extension. |
@olee @oliviertassinari updated, hopefully this time it's clear. I'm using desktop browser, latest version and latest OS |
🤔 |
Also happens on a native input: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text I even managed to get it to happen in the Chrome URL bar, so it seems to be an MacOS "feature". |
We need a "cantfix" label. 😄 |
@mbrookes I'm not sure not I cannot reproduce it in native input or Chrome URL bar |
Ok, I must have imagined it then! 😜 (I'm guessing you forgot to enter some text first?) |
@mbrookes I did, somehow I cannot reproduce it :D |
Typing double-space: |
Expected Behavior
When typing spaces in input field, it will displayed as normal spaces.
Current Behavior
if the input field has some values already, adding spaces at the end, by typing 2 spaces in a row, will becoming a pending dot
.
at the end of field's value.Steps to Reproduce (for bugs)
sample codes here
https://codesandbox.io/s/mqyloo535j
and this also happened on offical site
typing 2 spaces at the end of the input field, after the value
Hello World
.a dot . is appending to the end of input field value.
Your Environment
Latest Mac OS desktop,
Latest Chrome browser
Latest Safari without extensions
all can reproduce this issue
also did a screen recording here
https://www.dropbox.com/s/kyjlxxll8c8rca8/Untitled-2.mov?dl=0
The text was updated successfully, but these errors were encountered: