Skip to content
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

Close #857, typing is too fast for some fields #858

Merged
merged 2 commits into from
Feb 23, 2024
Merged

Close #857, typing is too fast for some fields #858

merged 2 commits into from
Feb 23, 2024

Conversation

plocket
Copy link
Collaborator

@plocket plocket commented Feb 23, 2024

In this PR, I have:

  • Can't add tests without an ajax combobox field Added tests for any new features or bug fixes (if relevant)
  • Added my changes to the CHANGELOG.md at the top, under the "Unreleased" section
  • Ensured issues that this PR closes will be automatically closed

Reason for this PR

See #857. It slows down typing for cases under about 30 - 150 characters depending on the speed of the server connection. The first part of a string is "pasted" in instantaneously, but it takes 300 ms to type the last three characters of the string (100ms per character).

Links to any solved or related issues

Closes #857

Any manual testing I have done to ensure my PR is working

Ran this locally with the PleadingPower interview

@plocket plocket merged commit 7eef875 into v5 Feb 23, 2024
6 checks passed
@plocket plocket deleted the typing branch February 23, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typing is too fast for some fields currently
1 participant