RockteMQ-AI commented on issue #2474: URL: https://github.com/apache/rocketmq-dashboard/issues/2474#issuecomment-5359161478
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. The message query history drawer stores its applied search state in the component, but the uncontrolled search input is destroyed when the drawer closes. Reopening shows an empty field while requests remain filtered by the previous hidden search, creating a confusing UI state mismatch. **Root Cause:** Search input is uncontrolled and destroyed with the drawer; applied filter state persists in the parent but is not reflected in the UI on reopen. **Impact:** Users see an empty search field but results are still filtered, leading to confusion. **Severity:** Low-Medium — UX issue, no data loss. An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager* -- 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]
