question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

. Dot symbol is appended with the text in input component

See original GitHub issue

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

  1. typing 2 spaces at the end of the input field, after the value Hello World.

  2. 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:closed
  • Created 5 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
mbrookescommented, May 12, 2018
0reactions
james-tiqkcommented, May 12, 2018

@mbrookes I did, somehow I cannot reproduce it 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found