Open
Description
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)
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