"+" breaks input
See original GitHub issueCan’t fill in any value after putting +
in the input with international
param disabled
international={false}
How to reproduce
- Disable
international
(Default country is Afghanistan)
- Fill
+
in the input
After that nothing can be put in the input.
If try to delete +
in the input and then press any number key, i.e. 1
, then +1
will appear in the input and nothing can be put after that.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
line breaks in form element input value - html - Stack Overflow
I am trying to add line breaks (aka newlines) to values of the input -element. 
 ,
,
and \n...
Read more >Adding Line Breaks to an HTML Input Button - FettesPS
To break the text up in your HTML Input Buttons all you have to do is tap the enter key and make sure...
Read more >installation of the New Input System breaks cinemachine (Or is ...
Create new project in Unity version 2021.2.0f1 in the project settings then Input System Package there is a drop down menu with three ......
Read more >Form input field text line break - Layout & Design - Forum
Hi @Ove_Leheste1,. in general, you select the input field, go to Typography > more type options, and set the Breaking to “Break Spaces”...
Read more >Randomly broken input function · Issue #17710 · spyder-ide ...
Problem Description. When I run a script that includes print statements and user input queries using the input function, the input query does...
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
Released the new version. It allows inputting characters after
+
but only those resulting in a valid phone number.Yeah, you’re right. Thanks!