RockteMQ-AI commented on issue #4563: URL: https://github.com/apache/rocketmq-dashboard/issues/4563#issuecomment-5747210563
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The stale search input in the message query history drawer is a legitimate UI state management bug. The drawer's search field is not cleared when reopened, but the underlying filter state is reset, causing a mismatch between the displayed input and the actual filter. **Root Cause:** Drawer component does not reset the search input value on open; the filter state is cleared but the input field retains its previous value. **Impact:** Confusing UX where the search input shows a value but the results are not filtered; users may think the filter is still active. **Severity:** Low-Medium (UI/UX issue, no data impact) Fix PR #4564 is already submitted. The issue references the previous fix in #2474 and clearly explains the regression. --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
