zyz954489346 opened a new issue, #43714: URL: https://github.com/apache/superset/issues/43714
### Bug description 1. Create a Table chart and enable Search box. 2. Open the chart in a dashboard. 3. Use a Chinese Pinyin IME. 4. Type a word and pause for more than 200 ms before selecting a candidate. 5. The table starts filtering using the unfinished Pinyin text. ### Screenshots/recordings <img width="710" height="258" alt="Image" src="https://github.com/user-attachments/assets/a051efa9-3b5a-4b50-aa30-530175e27211" /> Chinese Input Method Editor not turned off, table triggered search ### Superset version 6.1.0 ### Python version 3.11 ### Node version 18 or greater ### Browser Chrome ### Additional context Expected: Filtering should only be triggered after compositionend. Actual: useAsyncState invokes setGlobalFilter while the IME is still composing. ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
