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

Typeahead column header fix #346

Merged
merged 5 commits into from
Feb 22, 2024

Conversation

droberts-ctrlo
Copy link
Contributor

  • Added bloodhound for debounce and query efficiency
  • Upped limit on results (bug on typeahead means that setting this to the max you expect means that the system will be erratic with the returned results, and miss values off)
  • Added scroll and max height to result display

Verified

This commit was signed with the committer’s verified signature.
droberts-ctrlo Dave Roberts

Verified

This commit was signed with the committer’s verified signature.
droberts-ctrlo Dave Roberts

Verified

This commit was signed with the committer’s verified signature.
droberts-ctrlo Dave Roberts
- Added bloodhound for debounce and query efficiency
- Upped limit on results (bug on typeahead means that setting this to the max you expect means that the system will be erratic with the returned results, and miss values off)
- Added scroll and max height to result display

Verified

This commit was signed with the committer’s verified signature.
droberts-ctrlo Dave Roberts
Filter wasn't forwarding query, meaning all results were being returned, not just those required by the typeahead - this has been fixed. Also added scrolling for filter going off end of page.

Verified

This commit was signed with the committer’s verified signature.
droberts-ctrlo Dave Roberts
@abeverley abeverley merged commit 635e9a9 into ctrlo:uiux Feb 22, 2024
5 checks passed
@droberts-ctrlo droberts-ctrlo deleted the Typeahead-FIlter-Fixes branch February 22, 2024 16:52
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.

None yet

2 participants