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.

Creatable need to hit enter twice to enter new value

See original GitHub issue

Using 1.0.0-rc2, will need to hit enter twice in order to enter new value

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:18 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
erinknight242commented, Feb 6, 2017

I am also seeing this with my AsyncCreatable input. Takes hitting tab or enter twice to create the value.

It seems to happen when I use the property: promptTextCreator={label => label}

but if I modify the value somehow, even append a space, it works with one enter: promptTextCreator={label => label + ' '}

5reactions
dmitrykuznetsovdevcommented, Apr 5, 2017

+1 two click

Read more comments on GitHub >

github_iconTop Results From Across the Web

why do I have to press enter twice for each string I enter?
The problem come from scanf() , a very tricky function: first the format string "%[^\n]s" is incorrect, it should be just "%[^\n]" as...
Read more >
Microsoft Excel 2016 MSO - Hit enter twice
I have to hit enter twice after I enter data in a cell. Hitting enter once doesn't do anything and after I hit...
Read more >
Video: Input and error messages - Microsoft Support
Select the cells that you want to create a message for, and click Data Validation. · On the Input Message tab, check the...
Read more >
Excel Data Entry Time-Saving Tips and Shortcuts and Fixes
Press the Ctrl key, then press Enter, to enter the formula in all the selected cells. If you want to change the formulas...
Read more >
Add a numbered list, bulleted list, or checklist - Google Support
The new list will be indented. To go back to the main list, press Enter twice on your keyboard. Edit a list. You...
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