We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{home}
{end}
type()
@testing-library/user-event
Relevant code or config
userEvent.type(getByRole('listbox'), '{home}') userEvent.type(getByRole('listbox'), '{end}')
What you did:
What happened:
The input to the keyDown event was { then h then o then m then e then } and similar for {end}
{
h
o
m
e
}
Reproduction repository:
Problem description: type doesn't support Home and End keys
type
Suggested solution: Applied in fix #536
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@testing-library/user-event
version: 12.6.0Jest 26.6.3
Relevant code or config
What you did:
What happened:
The input to the keyDown event was
{
thenh
theno
thenm
thene
then}
and similar for{end}
Reproduction repository:
Problem description:
type
doesn't support Home and End keysSuggested solution:
Applied in fix #536
The text was updated successfully, but these errors were encountered: