Issue: The "Clear Search" anchor tag is removing both the search bar input and the filter selections instead of only clearing the search bar.
Description: The intended functionality of the "Clear Search" link is to reset only the search bar input while keeping the selected filter options intact. However, it is currently resetting both, which may disrupt the user experience by unintentionally removing applied filters.
Expected Behavior: Clicking the "Clear Search" anchor tag should only remIssue: The "Clear Search" anchor tag is removing both the search bar input and the filter selections instead of only clearing the search bar.
Description: The intended functionality of the "Clear Search" link is to reset only the search bar input while keeping the selected filter options intact. However, it is currently resetting both, which may disrupt the user experience by unintentionally removing applied filters.
Expected Behavior: Clicking the "Clear Search" anchor tag should only remove the text from the search bar while keeping the filter selections unchanged.
Steps to Reproduce:
Enter a search term in the search bar.
Apply any filters.
Click on the "Clear Search" anchor tag.
Observe that both the search input and filter selections are cleared instead of only the search input.
Recommendation:Read More...