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

Change white-space filtering in text input fields for DNA Sequence search and Feature Search #397

Open
3 tasks
Don-Isdale opened this issue Jul 5, 2024 · 0 comments
Assignees

Comments

@Don-Isdale
Copy link
Collaborator

Introduction

When using the Search components in the left panel, in particular 'DNA Sequence Blast Search' and 'Feature Search', the user enters text into a text area input, which dynamically removes white-space after each user edit and key-press. User feedback is that doing this after each edit and key-press is too aggressive and sometimes makes it hard to work with. The suggested alternative is to use standard text input, and instead strip white-space after Search is clicked, rather than while still inputting.

Changes

  • strip white-space after Search is clicked, instead of trimming white-space after each user edit and key-press
  • trim trailing spaces after the gene name
  • apply this to 'DNA Sequence Blast Search' and 'Feature Search'
@Don-Isdale Don-Isdale self-assigned this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant