Creatable need to hit enter twice to enter new value
See original GitHub issueUsing 1.0.0-rc2
, will need to hit enter twice in order to enter new value
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:18 (3 by maintainers)
Top 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 >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
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 + ' '}
+1 two click