-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress creates a new line (<br> tag) after entering the first letter of a word in text area. #1926
Comments
This is also happening to me. The field I type into is
Want to add also that when I save changes after editing these fields it only gets stored the first letter typed -In the example provided above would be 'W'-. Versions Cypress: 3.0.1 |
may be related to issue in progress #1932 |
@Pankajshuklaqa why are you using |
@bkucera will try to remove here are the event listeners on the element:- |
I've got the fix for this coming up in a patch release. Still working on related issues before submitting a PR |
Thank you @brian-mann :) |
Current behavior:
Cypress creates a new line after entering the first letter of a word.

Desired behavior:
The code should not create new line and enter letter like "Who"
not like "W
ho"
Steps to reproduce:
Code:-
The above code is creating a new line after entering 'W' letter.
Versions
Cypress: 3.1.0
Operating System: MacOS Sierra v10.12.6 (16G1212)
Browser: Chrome v66.0.3359.181 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: