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

bug: Search anywhere can keep previous entries while typing a word #4863

Open
ogenstad opened this issue Nov 6, 2024 · 0 comments
Open

bug: Search anywhere can keep previous entries while typing a word #4863

ogenstad opened this issue Nov 6, 2024 · 0 comments
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected

Comments

@ogenstad
Copy link
Contributor

ogenstad commented Nov 6, 2024

Component

Frontend UI

Infrahub version

v1.1.0-dev

Current Behavior

When searching using the search anywhere it seems like the first entry that shows up for the menu remains in some buffer even as you type more characters that should filter out that entry. An example can be seen here where I search for "Repository"

Screenshot 2024-11-06 at 15 07 58

After typing the first "R" Organization shows up probably because it contains an "r", but as I type more characters I'd assume that the "organization" result was removed and replaced by Repository.

Expected Behavior

Organization should be removed from the results where there's no longer a match for it

Steps to Reproduce

  1. Load an instance of infrahub
  2. Load the infrastructure schema
  3. Perform some searches based on the above example.

Additional Information

No response

@ogenstad ogenstad added type/bug Something isn't working as expected group/frontend Issue related to the frontend (React) labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

1 participant