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

Label for search input is not assigned uniquely #3513

Open
chriskari opened this issue Dec 2, 2024 · 0 comments
Open

Label for search input is not assigned uniquely #3513

chriskari opened this issue Dec 2, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@chriskari
Copy link
Contributor

chriskari commented Dec 2, 2024

Description
When there are multiple search inputs visible on the same page, clicking on any of their respective labels always results in activiting one specific search input. In the given example the clicked and activated search inputs are in two different columns of the layout (list & details), but this also happens for multiple search inputs in the same column (e.g. details)
image

Expected result
clicking the label of a search input should only activate the input right next to it, which it is associated with.

Actual result
clicking the label of a search input activates one specific input on the page, but not necessarily the one it is associated with it.

Steps to reproduce

  • open a page with multiple search inputs (e.g. deployment list & details)
  • click on the label of a search input

Troubleshooting

@chriskari chriskari added the kind/bug Categorizes issue or PR as related to a bug. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant