The Table component includes a search bar to filter results. However, users were unable to clear the search text after entering it without refreshing the page.
The search bar is integrated within the Toolbar component, where the onClearSearch method is implemented. However, the method was not being correctly passed down from the parent component, preventing it from functioning as expected.
Fix
Ensured that the onClearSearch method is properly passed from the parent component to enable text clearing in the search bar without needing a page refresh.
Description
onClearSearch
method is implemented. However, the method was not being correctly passed down from the parent component, preventing it from functioning as expected.Fix
Issue
Checklist
Changelog Entry