Description
When a user clicks the 'clear' button (x) inside the search input field to remove previous input, the input field successfully clears, but it subsequently becomes locked. The user cannot type new query into the field until the page is fully refreshed.
Steps to Reproduce
- Type a name into the search input field and select a profile.
- Click the small 'x' or 'clear' icon displayed within the input field.
- Once the input field is empty, attempt to type inside the field.
Actual Result
The search input field gets locked after the field is cleared
Expected Result
After clicking the 'x' button, the search input field should immediately become available and accept new input from the user without requiring a page refresh.