Specifically, testing to see if input[type=date] fires the input event?
Specifically, testing to see if input[type=date] fires the input event?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By looking at this website, I’d suggest you try
Here is the JavaScript from Test C
Edit: The test code is copied from the test page with only a couple minor changes (position of var, type=date, alert). I ran it in chrome (after changing
initKeyEventtoinitKeyboardEvent) just now and it doesn’t result in anything, however commenting out theremoveChildline and doing it manually does result in success message. Not sure why the simulated event didn’t invoke it so you’d need to look over this before applying it in your code.