-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cannot type on datetime-local input #2613
Comments
Hi @Keryar, are you seeing any errors with the type commands you wrote? |
No errors, the |
Hi, i also have the same problem. I try all combinations of date i can remember. Thanks |
I think the difference here in this case from others I had is that this one acts like everything went fine, even though nothing was writen. |
So, i did some more tests and this is what i found out: cy
.get("input[type=\"datetime-local\"]:first")
.type("1959-09-13T10:10");
I have tried with input type date and works fine |
Any news on this? |
Just wanted to check in as well -- has this been fixed? I'm having a similar issue with the same console log. Including it here. I'm checking this documentation out as well and datetime-local doesn't have supplementary info. But I'm assuming the format is yyyy-MM-ddThh:mm because that's what the console says. https://docs.cypress.io/api/commands/type.html The date input works fine! |
The code for this is done in cypress-io/cypress#4870, but has yet to be released. |
Released in |
Hi, i'm trying to type on an input of
datetime-local
type.On the documentation, it says that
datetime-local
is supported but nothing was never typed, no matter how I tried to type ittype.('10102019{rightarrow1010pm}'
,type.('000000000000pm}')
.Also, in this #1366 issue has a workaround. but both did not work.
It does select the input, but never types.
The text was updated successfully, but these errors were encountered: