user.type() into a textarea only gets last character in change event. #1093
Unanswered
stevebaxter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to simulate typing in to a textarea. If we do something like this:
We get change events on the textarea one letter at a time, so "H", "e", "l", "l", "o". The correct behaviour should be additive, so "H", "He", "Hel", "Hell", "Hello".
There is a bug here (#387) which is exactly what we are seeing, but it's closed. We're on user-event 14.4.3.
Is anyone else seeing this?
Beta Was this translation helpful? Give feedback.
All reactions