yuluo-yx opened a new issue, #2474: URL: https://github.com/apache/rocketmq-dashboard/issues/2474
## Problem The message query history drawer keeps its applied search state in the component, but its uncontrolled search input is destroyed when the drawer closes. Reopening shows an empty field while requests remain filtered by the previous hidden search. ## Expected behavior Keep a separate controlled search draft, apply it only on search submission, and restore the applied visible value after the drawer content is destroyed and recreated. ## Verification Add a focused UI test that submits a search, closes the drawer, reopens it, and verifies both the visible input and API filter. -- 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]
