Skip to content

feat: add custom search bar for people table#1477

Open
ellen-wright wants to merge 15 commits into
developfrom
1546-add-custom-search-bar-for-people-table
Open

feat: add custom search bar for people table#1477
ellen-wright wants to merge 15 commits into
developfrom
1546-add-custom-search-bar-for-people-table

Conversation

@ellen-wright
Copy link
Copy Markdown
Contributor

Description

refs: UserOfficeProject/issue-tracker#1546

Replaces the built in search bar for the material table with a custom search bar that allows the search to only execute on 'Enter'.

This fixes an issue for performance with the People Table search, by waiting to execute the search until the user hits 'Enter' it reduces the number of times the query is ran and allows enough characters of a name to be typed and therefore only a small number of results are returned.

Changes

Creates a new search bar that only executes on 'Enter'
I tried to make the new search look as similar as possible to the built in material table search.

  • I have added tests to cover my changes.
  • All relevant doc has been updated

@ellen-wright ellen-wright requested a review from a team as a code owner April 13, 2026 13:44
@ellen-wright ellen-wright requested review from ACLay and removed request for a team April 13, 2026 13:44
Copy link
Copy Markdown
Contributor

@yoganandaness yoganandaness left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me and approving this. Btw, it is worth adding some e2e.

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.

4 participants