. Dot symbol is appended with the text in input component
See original GitHub issueExpected 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
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
Dot symbol is appended with the text in input component
a dot . is appending to the end of input field value. Your Environment. Latest Mac OS desktop, Latest Chrome browser. Latest Safari...
Read more >Automatically Append a value in an Input Text field onfocus ...
Automatically Append a value in an Input Text field onfocus using javascript ; "name" · ="#{usersController.selected.name}" title="#{bundle.
Read more >How to put a responsive clear button inside HTML input text field
In this article, we will discuss how to put a responsive clear button inside an HTML input field using HTML, CSS, and JavaScript....
Read more >Why the number input is the worst input - Stack Overflow Blog
We do have an input that's labeled as a number, but when you add it to your form, it actually renders as <input...
Read more >Text fields - Material Design
Input text is text the user has entered into a text field. ... Input text is text entered by the user. ... A...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Typing double-space: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text
@mbrookes I did, somehow I cannot reproduce it 😄